oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Functions
led.h File Reference
#include "ove/types.h"
#include "ove_config.h"
Include dependency graph for led.h:
This graph shows which files directly or indirectly include this file:

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.