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

Method stop

src/IRReceive.hpp:466–468  ·  view source on GitHub ↗

* Disables the timer for IR reception. */

Source from the content-addressed store, hash-verified

464 * Disables the timer for IR reception.
465 */
466void IRrecv::stop() {
467 timerDisableReceiveInterrupt();
468}
469
470/*
471 * Stores microseconds of stop, to adjust TickCounterForISR in restartTimer()

Callers 2

timerConfigForReceiveFunction · 0.80

Calls 1

Tested by

no test coverage detected