uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
Data Fields
led_state Struct Reference

Internal state of an LED. More...

#include <leds.h>

Collaboration diagram for led_state:
Collaboration graph

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...
 

Detailed Description

Internal state of an LED.

Used by the service procedures

See also
led_mode

Field Documentation

◆ active

bool led_state::active

When the LED is on, this reads true

◆ counter

uint8_t led_state::counter

Counter for the blinking interval.

◆ mode

enum led_mode led_state::mode

The mode of the LED.

◆ prescaler

uint8_t led_state::prescaler

Prescaler for the counter in blinking mode.


The documentation for this struct was generated from the following file: