48#define LED_ON LED_COLOR_WHITE
52#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:42
@ LED_COLOR_CYAN
Definition led.h:43
@ LED_COLOR_RED
Definition led.h:38
@ LED_COLOR_BLUE
Definition led.h:41
@ LED_COLOR_GREEN
Definition led.h:39
@ LED_COLOR_NUM
Definition led.h:45
@ LED_COLOR_YELLOW
Definition led.h:40
@ LED_COLOR_WHITE
Definition led.h:44
@ LED_COLOR_OFF
Definition led.h:37
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