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