uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
Internal state of an LED. More...
#include <leds.h>
Data Fields | |
bool | active |
When the LED is on, this reads true More... | |
enum led_mode | mode |
The mode of the LED. More... | |
uint8_t | prescaler |
Prescaler for the counter in blinking mode. More... | |
uint8_t | counter |
Counter for the blinking interval. More... | |
bool led_state::active |
When the LED is on, this reads true
uint8_t led_state::counter |
Counter for the blinking interval.
enum led_mode led_state::mode |
The mode of the LED.
uint8_t led_state::prescaler |
Prescaler for the counter in blinking mode.