We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9772a5c commit d35d2f1Copy full SHA for d35d2f1
src/Servo.h
@@ -88,7 +88,7 @@
88
// 1/0.02s = 50Hz
89
90
// higher end servos - remote control servos --- typical 333Hz
91
- // 1/333Hz = 0.003003s * 1000000µs = 3003µs for a refesh rate
+ // 1/333Hz = 0.003003s * 1000000µs = 3003µs for a refresh rate
92
#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds
93
94
#define SERVOS_PER_TIMER 12 // the maximum number of servos controlled by one timer
0 commit comments