Mattzobricks / MattzoControllers

MattzoController firmware
20 stars 10 forks source link

Eliminate PWM squeak #60

Open artyrn opened 1 year ago

artyrn commented 1 year ago

To eliminate the PWM squeak, you need to lower the PWM frequency. Add to setup section analogWriteFreq(100);

Mattzobricks commented 1 year ago

Thank you, we will try that.