|
HiveMind
|
Buzz library that provides functions for the user to interact with the UI of the platform (LED, Hex display, etc) More...
Functions | |
| void | setLed () |
| Sets the user LED on or off Signature set_led(arg1) More... | |
| void | setHex () |
| Sets the user sevent segment to a value Signature set_hex(arg1) More... | |
Buzz library that provides functions for the user to interact with the UI of the platform (LED, Hex display, etc)
| void BittyBuzzUIFunctions::setHex | ( | ) |
Sets the user sevent segment to a value Signature set_hex(arg1)
This closure expects an int and will bound between 0 and 15


| void BittyBuzzUIFunctions::setLed | ( | ) |
Sets the user LED on or off Signature set_led(arg1)
This closure expects an epxression. all ints that are not 0 evaluates to true (led on), all other types evaluates to false (led off)


1.8.17