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

Function disableLEDFeedback

src/IRFeedbackLED.hpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 FeedbackLEDControl.LedFeedbackEnabled = ENABLE_LED_FEEDBACK;
83}
84void disableLEDFeedback() {
85 FeedbackLEDControl.LedFeedbackEnabled = DISABLE_LED_FEEDBACK;
86}
87
88/**
89 * Flash LED while receiving or sending IR data. Does not check if enabled, this must be done by the caller.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected