14#define LED_APP_1_BLUE 2
15#define LED_APP_2_GREEN 3
16#define LED_APP_3_GREEN 4
37#define LED_ON LED_COLOR_WHITE
40#define LED_SOLID false
int led_blink(uint8_t led_unit,...)
Set the state of a given LED unit to blink.
int led_init(void)
Initialise the LED module.
int led_on(uint8_t led_unit,...)
Turn the given LED unit on.
@ LED_COLOR_MAGENTA
Definition led.h:31
@ LED_COLOR_CYAN
Definition led.h:32
@ LED_COLOR_RED
Definition led.h:27
@ LED_COLOR_BLUE
Definition led.h:30
@ LED_COLOR_GREEN
Definition led.h:28
@ LED_COLOR_NUM
Definition led.h:34
@ LED_COLOR_YELLOW
Definition led.h:29
@ LED_COLOR_WHITE
Definition led.h:33
@ LED_COLOR_OFF
Definition led.h:26
int led_off(uint8_t led_unit)
Set the state of a given LED unit to off.
Color of LED.
Definition led_effect.h:27