Open artyrn opened 1 year ago
To eliminate the PWM squeak, you need to lower the PWM frequency. Add to setup section analogWriteFreq(100);
Thank you, we will try that.
To eliminate the PWM squeak, you need to lower the PWM frequency. Add to setup section analogWriteFreq(100);