Hi,
I need a PWM frequency between 1-5 khz on pin 6 on my Arduino Uno.
After reading this: Arduino Playground - TimerPWMCheatsheet
it seems that there is no setting to use for prescaler of say 32 which would give
me a PWM frequency of 1953 Hz.
Is there someway to set the prescaler to 32 for timer0 PWM which controls pin 5 and 6?
Thanks!