IRremote
|
Contains pin number and enable status of the feedback LED. More...
#include <IRFeedbackLED.hpp>
Public Attributes | |
uint8_t | FeedbackLEDPin |
if 0, then take board specific FEEDBACK_LED_ON() and FEEDBACK_LED_OFF() functions More... | |
uint8_t | LedFeedbackEnabled |
LED_FEEDBACK_ENABLED_FOR_RECEIVE or LED_FEEDBACK_ENABLED_FOR_SEND -> enable blinking of pin on IR processing. More... | |
Contains pin number and enable status of the feedback LED.
Definition at line 42 of file IRFeedbackLED.hpp.
uint8_t FeedbackLEDControlStruct::FeedbackLEDPin |
if 0, then take board specific FEEDBACK_LED_ON() and FEEDBACK_LED_OFF() functions
Definition at line 43 of file IRFeedbackLED.hpp.
uint8_t FeedbackLEDControlStruct::LedFeedbackEnabled |
LED_FEEDBACK_ENABLED_FOR_RECEIVE or LED_FEEDBACK_ENABLED_FOR_SEND -> enable blinking of pin on IR processing.
Definition at line 44 of file IRFeedbackLED.hpp.