|
void | led_blink (LED_USAGE_TYPE lut, uint32_t colour, uint8_t brightness, uint32_t on, uint32_t off) |
| will keep blinking until told otherwise will repeat endlessly. More...
|
|
void | led_blink_flags (LED_USAGE_TYPE lut, uint32_t colour, uint8_t brightness, uint32_t on, uint32_t off, uint32_t flags) |
|
void | led_flash (LED_USAGE_TYPE lut, uint32_t colour, uint32_t duration) |
| will flash led once More...
|
|
void | led_indicate (LED_INDICATOR a) |
|
void | led_init () |
|
void | led_loop () |
|
void | led_off (LED_USAGE_TYPE lut) |
|
void | led_print_status () |
|
void | led_set_machine_managed () |
|
void | led_set_user_managed () |
|
void | led_set_wifi_managed () |
|
code to make the pretty LED blink
Definition in file led.c.