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