37inline void set(
unsigned int led,
int on) {
45inline void toggle(
unsigned int led) {
54 return ove_led_count();
void toggle(unsigned int led)
Toggles the state of a LED.
Definition led.hpp:45
unsigned int count()
Returns the total number of LEDs available on this board.
Definition led.hpp:53
void set(unsigned int led, int on)
Turns a LED on or off.
Definition led.hpp:37
Top-level namespace for all oveRTOS C++ abstractions.
Definition app.hpp:19
Common type definitions and concepts for the C++ wrapper layer.