Skip to content

Commit 043d8c3

Browse files
authored
Update Servo.h
1 parent 85e8cdd commit 043d8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383

8484
#define Servo_VERSION 2 // software version of this library
8585

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
86+
#define MIN_PULSE_WIDTH 500 // the shortest pulse sent to a servo
87+
#define MAX_PULSE_WIDTH 2500 // the longest pulse sent to a servo
8888
#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached
8989
#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds
9090

0 commit comments

Comments
 (0)