How to disable PWM after invoked? #2350
-
| I invoked the PWM on this line `void generatePWMSignal(uint16_t frequency, uint8_t dutyCycle) { analogWriteFreq(frequency); | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| Just do a | 
Beta Was this translation helpful? Give feedback.
Just do a
digitalWriteon the pin to disable PWM.