led_mode_t
LED state selection constants.
Definition: led.h:28
void trip_led()
Trip the led when the state is set to LED_TRIP_FAST.
On by default, but can be 'tripped' (turned of shortly) with trip_led().
Definition: led.h:31
Turn the LED off.
Definition: led.h:29
void init_led()
Initialise the USB activity LED subsystem.
Slow but continous blinking mode.
Definition: led.h:30
void set_led_state(const enum led_mode_t mode)
Put the LED in the desired state.