|
Contiki-Inga 3.x
|
The LEDs API defines a set of functions for accessing LEDs for Contiki plaforms with LEDs. More...
Functions | |
| void | leds_blink (void) |
| Blink all LEDs. | |
| unsigned char | leds_get (void) |
| Returns the current status of all leds (respects invert) | |
| void | leds_arch_init (void) |
| Leds implementation. | |
The LEDs API defines a set of functions for accessing LEDs for Contiki plaforms with LEDs.
A platform with LED support must implement this API.
1.8.3.1