Public Attributes | |
COLOUR | on |
COLOUR | off |
unsigned int | dutyCycle |
unsigned int | freq |
int | bLEDOn |
void * | context |
int | led_id |
Definition at line 88 of file display.c.
|
Internal flag to track if the LED is on or off |
|
The context to supply to the above callback function |
|
The percentage of time which the LED spends on |
|
The frequency of cycling from off->on->off in Hz/100 |
|
The ID presented to the module controlling this LED |
|
Colour of the LED when it is "off" |
|
Colour of the LED when it is "on" |