arduino-libraries / Servo

Servo Library for Arduino
http://arduino.cc/
GNU Lesser General Public License v2.1
233 stars 251 forks source link

Add support for 8-bit timers like Timer2 #92

Open NAmmann opened 2 years ago

NAmmann commented 2 years ago

Sometimes it might me necessary to use Time1 for other purposes so the Servo library has to use a 8 bit timer like the Timer0 or Timer2. Please add support for 8 bit timers and make it configurable which timer has to be used.

PaulStoffregen commented 2 years ago

Just curious, do you have a suggestion for how Servo would utilize a timer with far less resolution than is normally used?