| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected