HiveMind
BittyBuzzUIFunctions.h
Go to the documentation of this file.
1 #ifndef BITTYBUZZUIFUNCTIONS_H_
2 #define BITTYBUZZUIFUNCTIONS_H_
3 
5 
24  void setLed();
25 
37  void setHex();
38 } // namespace BittyBuzzUIFunctions
39 
40 #endif // BITTYBUZZUIFUNCTIONS_H_
BittyBuzzSystem.h
BittyBuzzUIFunctions::setHex
void setHex()
Sets the user sevent segment to a value Signature set_hex(arg1)
Definition: BittyBuzzUIFunctions.cpp:22
BittyBuzzUIFunctions
Buzz library that provides functions for the user to interact with the UI of the platform (LED,...
Definition: BittyBuzzUIFunctions.h:10
BittyBuzzUIFunctions::setLed
void setLed()
Sets the user LED on or off Signature set_led(arg1)
Definition: BittyBuzzUIFunctions.cpp:14