RTLib
|
Configuration for LED. More...
#include <led.h>
Public Attributes | |
uint8_t | id = 0 |
ID of the LED. More... | |
bool | polarity = false |
If true, LED is assumed to be active low. More... | |
Configuration for LED.
uint8_t Led::Config::id = 0 |
ID of the LED.
See your device configuration header file to see which id corresponds to which hardware LED.
bool Led::Config::polarity = false |
If true, LED is assumed to be active low.