MySensors Library & Examples
2.3.2
|
These options control LED specific configurations.
Macros | |
#define | MY_DEFAULT_ERR_LED_PIN |
Define this with a value that correspond to your placement of the error indication LED. More... | |
#define | MY_DEFAULT_TX_LED_PIN |
Define this with a value that correspond to your placement of the TX indication LED. More... | |
#define | MY_DEFAULT_RX_LED_PIN |
Define this with a value that correspond to your placement of the RX indication LED. More... | |
#define | MY_WITH_LEDS_BLINKING_INVERSE |
Define this to inverse the LED blinking. More... | |
#define | MY_INDICATION_HANDLER |
Define to use own indication handler. | |
#define | MY_DEFAULT_LED_BLINK_PERIOD 300 |
Default LEDs blinking period in milliseconds. | |
#define MY_DEFAULT_ERR_LED_PIN |
Define this with a value that correspond to your placement of the error indication LED.
Definition at line 2306 of file MyConfig.h.
#define MY_DEFAULT_RX_LED_PIN |
Define this with a value that correspond to your placement of the RX indication LED.
Definition at line 2308 of file MyConfig.h.
#define MY_DEFAULT_TX_LED_PIN |
Define this with a value that correspond to your placement of the TX indication LED.
Definition at line 2307 of file MyConfig.h.
#define MY_WITH_LEDS_BLINKING_INVERSE |
Define this to inverse the LED blinking.
When defined LEDs are normally turned on and switches off when blinking.
Definition at line 2267 of file MyConfig.h.