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

Method stopTimer

src/IRReceive.hpp:473–476  ·  view source on GitHub ↗

* Stores microseconds of stop, to adjust TickCounterForISR in restartTimer() */

Source from the content-addressed store, hash-verified

471 * Stores microseconds of stop, to adjust TickCounterForISR in restartTimer()
472 */
473void IRrecv::stopTimer() {
474 timerDisableReceiveInterrupt();
475 sMicrosAtLastStopTimer = micros();
476}
477/**
478 * Alias for stop().
479 */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected