|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|


Go to the source code of this file.
Functions | |
| void | ove_led_set (unsigned int led, int on) |
| Turn a board LED on or off. | |
| void | ove_led_toggle (unsigned int led) |
| Toggle the current state of a board LED. | |
| unsigned int | ove_led_count (void) |
| Return the number of LEDs available on the current board. | |