Traumflug / Teacup_Firmware

Firmware for RepRap and other 3D printers
http://forums.reprap.org/read.php?147
GNU General Public License v2.0
310 stars 198 forks source link

Disabling FAST_PWM on AVR affects only Timer0 #302

Open phord opened 5 years ago

phord commented 5 years ago

PWM pins that use timers besides Timer0 are not scaled down to use slow timers. A high (slow) prescaler is really needed to drive servos correctly. Therefore, currently, servos don't work unless their PWM pin happens to use Timer0.