* Enables output of the PWM signal of the timer at the timer pin. */
| 151 | * Enables output of the PWM signal of the timer at the timer pin. |
| 152 | */ |
| 153 | void enableSendPWMByTimer() { |
| 154 | } |
| 155 | /** |
| 156 | * Disables output of the PWM signal of the timer at the timer pin and set it to inactive. |
| 157 | */ |
no test coverage detected