Module led

Module led 

Source
Expand description

LED control for oveRTOS boards.

LEDs are identified by zero-based index. Call count to discover how many LEDs are available on the current board.

Functions§

count
Return the number of LEDs available on this board.
set
Set the state of LED led (0-based index).
toggle
Toggle the current state of LED led (on → off, off → on).