IRremote
|
Contains pin number and enable status of the feedback LED. More...
#include <IRFeedbackLED.hpp>
Public Attributes | |
uint8_t | FeedbackLEDPin = USE_DEFAULT_FEEDBACK_LED_PIN |
if USE_DEFAULT_FEEDBACK_LED_PIN / 0, then use digitalWriteFast(LED_BUILTIN,..) otherwise use digitalWrite(FeedbackLEDPin,..) More... | |
bool | LedFeedbackEnabled |
Disabled for receive at default. Feedback for send is always enabled and can be disabled by NO_LED_SEND_FEEDBACK_CODE or #define NO_LED_FEEDBACK_CODE macros. More... | |
Contains pin number and enable status of the feedback LED.
Definition at line 42 of file IRFeedbackLED.hpp.
uint8_t FeedbackLEDControlStruct::FeedbackLEDPin = USE_DEFAULT_FEEDBACK_LED_PIN |
if USE_DEFAULT_FEEDBACK_LED_PIN / 0, then use digitalWriteFast(LED_BUILTIN,..) otherwise use digitalWrite(FeedbackLEDPin,..)
Definition at line 43 of file IRFeedbackLED.hpp.
bool FeedbackLEDControlStruct::LedFeedbackEnabled |
Disabled for receive at default. Feedback for send is always enabled and can be disabled by NO_LED_SEND_FEEDBACK_CODE or #define NO_LED_FEEDBACK_CODE macros.
Definition at line 44 of file IRFeedbackLED.hpp.