MCPcopy Create free account
hub / github.com/BruceDevices/firmware / attribute16

Method attribute16

include/VectorDisplay.h:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 void attribute16(char a, uint16_t value) {
299 args.attribute16.attr = a;
300 args.attribute16.value = value;
301 sendCommand('A', &args, 3);
302 }
303
304 void attribute32(char a, uint32_t value) {
305 args.attribute32.attr = a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected