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

Method attribute32

include/VectorDisplay.h:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 void attribute32(char a, uint32_t value) {
305 args.attribute32.attr = a;
306 args.attribute32.value = value;
307 sendCommand('B', &args, 5);
308 }
309
310 void sendCommand(char c, const void *arguments, int argumentsLength) {
311 sendDelay();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected