* Disables the receive sample timer interrupt. This must be done before using the timer for e.g. tone(). * Is a synonym for calling end() or stop(). */
| 133 | * Is a synonym for calling end() or stop(). |
| 134 | */ |
| 135 | void timerDisableReceiveInterrupt() { |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * IF PWM should be generated not by software, but by a timer, this function sets output pin mode, |
no test coverage detected