![]() |
MySensors Library & Examples
2.3.2-62-ge298769
|
Collaboration diagram for LED: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 2709 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 2711 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 2710 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 2670 of file MyConfig.h.