We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34140d0 commit fc443eeCopy full SHA for fc443ee
README.md
@@ -1,7 +1,7 @@
1
# Servo Hardware PWM Library for Arduino Mega
2
3
This library allows Arduino/Genuino Mega boards to control up to **6 servos** with the integrated **16-bit hardware PWM timer/counter**.
4
-This library uses the 16-bit hardware timer/counter (timer3, timer4 and timer5) to control the servos.
+16-bit hardware timer/counter (timer3, timer4 and timer5) are used to control the servos.
5
6
Unlike the original Servo.h library, this library does not use timer1.
7
The advantage here is that when using the Wire.h library no fluctuations in the pulse width occur.
0 commit comments