* Configures the timer to be able to generate the receive sample interrupt, * which consumes a small amount of CPU every 50 (MICROS_PER_TICK) us. * The actual interrupt generation is controlled by timerEnableReceiveInterrupt() and timerDisableReceiveInterrupt(). * timerConfigForReceive() is used exclusively by IRrecv::start() */
| 121 | * timerConfigForReceive() is used exclusively by IRrecv::start() |
| 122 | */ |
| 123 | void timerConfigForReceive() { |
| 124 | } |
| 125 | /** |
| 126 | * Enables the receive sample timer interrupt, which consumes a small amount of CPU every 50 us. |
| 127 | */ |
no test coverage detected