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 85e8cdd commit 043d8c3Copy full SHA for 043d8c3
src/Servo.h
@@ -83,8 +83,8 @@
83
84
#define Servo_VERSION 2 // software version of this library
85
86
-#define MIN_PULSE_WIDTH 544 // the shortest pulse sent to a servo
87
-#define MAX_PULSE_WIDTH 2400 // the longest pulse sent to a servo
+#define MIN_PULSE_WIDTH 500 // the shortest pulse sent to a servo
+#define MAX_PULSE_WIDTH 2500 // the longest pulse sent to a servo
88
#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached
89
#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds
90
0 commit comments