MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / enableLEDFeedback

Function enableLEDFeedback

src/IRFeedbackLED.hpp:81–83  ·  view source on GitHub ↗

* Historically this only affects receive LED */

Source from the content-addressed store, hash-verified

79 * Historically this only affects receive LED
80 */
81void enableLEDFeedback() {
82 FeedbackLEDControl.LedFeedbackEnabled = ENABLE_LED_FEEDBACK;
83}
84void disableLEDFeedback() {
85 FeedbackLEDControl.LedFeedbackEnabled = DISABLE_LED_FEEDBACK;
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected