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