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

Method enableIRIn

src/IRReceive.hpp:416–418  ·  view source on GitHub ↗

* Alias for start(). */

Source from the content-addressed store, hash-verified

414 * Alias for start().
415 */
416void IRrecv::enableIRIn() {
417 start();
418}
419
420/**
421 * Configures the timer and the state machine for IR reception. Does not call resume()!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected