Skip to content

Commit d35d2f1

Browse files
Update Servo.h
1 parent 9772a5c commit d35d2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
// 1/0.02s = 50Hz
8989

9090
// higher end servos - remote control servos --- typical 333Hz
91-
// 1/333Hz = 0.003003s * 1000000µs = 3003µs for a refesh rate
91+
// 1/333Hz = 0.003003s * 1000000µs = 3003µs for a refresh rate
9292
#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds
9393

9494
#define SERVOS_PER_TIMER 12 // the maximum number of servos controlled by one timer

0 commit comments

Comments
 (0)