37inline void set(
unsigned int led,
int on)
57 return ove_led_count();
Thin C++ wrappers around the oveRTOS LED control API.
Definition led.hpp:22
void toggle(unsigned int led)
Toggles the state of a LED.
Definition led.hpp:46
unsigned int count()
Returns the total number of LEDs available on this board.
Definition led.hpp:55
void set(unsigned int led, int on)
Turns a LED on or off.
Definition led.hpp:37
Common type definitions and concepts for the C++ wrapper layer.