IRremote
FeedbackLEDControlStruct Struct Reference

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...
 

Detailed Description

Contains pin number and enable status of the feedback LED.

Definition at line 42 of file IRFeedbackLED.hpp.

Member Data Documentation

◆ FeedbackLEDPin

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.

◆ LedFeedbackEnabled

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.


The documentation for this struct was generated from the following file: