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

Function setBlinkPin

src/IRFeedbackLED.hpp:161–163  ·  view source on GitHub ↗

* Old deprecated function name for setLEDFeedback() */

Source from the content-addressed store, hash-verified

159 * Old deprecated function name for setLEDFeedback()
160 */
161void setBlinkPin(uint8_t aBlinkPin) {
162 setLEDFeedbackPin(aBlinkPin);
163}
164
165/** @}*/
166

Callers

nothing calls this directly

Calls 1

setLEDFeedbackPinFunction · 0.85

Tested by

no test coverage detected