Go to the source code of this file.
Enumerations | |
enum | LED_COLOR_T { RedLED = 0, GreenLED = 1 } |
Functions | |
void | led_init (void) |
void | led_on (LED_COLOR_T color) |
void | led_off (LED_COLOR_T color) |
void | led_toggle (LED_COLOR_T color) |
|
Enumerates the two LEDs on board the MRM. |
|
Initialize LED driver |
|
Turn LED on |
|
Turn LED off |
|
Toggle state of an LED |