Skip to content

Commit 155284d

Browse files
authored
Analog servos run at ~50 Hz updates
1 parent b03de4e commit 155284d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/servo/servo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void setup() {
4949
// that precise. You can 'calibrate' by tweaking this number till
5050
// you get the frequency you're expecting!
5151
pwm.setOscillatorFrequency(27000000); // The int.osc. is closer to 27MHz
52-
pwm.setPWMFreq(SERVO_FREQ); // Analog servos run at ~60 Hz updates
52+
pwm.setPWMFreq(SERVO_FREQ); // Analog servos run at ~50 Hz updates
5353

5454
delay(10);
5555
}

0 commit comments

Comments
 (0)