* Enables the receive sample timer interrupt, which consumes a small amount of CPU every 50 us. */
| 126 | * Enables the receive sample timer interrupt, which consumes a small amount of CPU every 50 us. |
| 127 | */ |
| 128 | void timerEnableReceiveInterrupt() { |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Disables the receive sample timer interrupt. This must be done before using the timer for e.g. tone(). |
no test coverage detected