hello
can anyone let me know that which timer is used by the arduino servo library that comes preinstalled in the software? i need to use the timers for some task and i need to used servo library as well so i am confused.
thanks in advance coz i know people are very talented her and i will get my answer.
The Servo library uses Timer1. The source code for the library is included in the Arduino IDE.
If you need Timer1 for some other purpose you could use the ServoTimer2 library - but note that it only works with microseconds, and not with angles.
...R