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 b03de4e commit 155284dCopy full SHA for 155284d
examples/servo/servo.ino
@@ -49,7 +49,7 @@ void setup() {
49
// that precise. You can 'calibrate' by tweaking this number till
50
// you get the frequency you're expecting!
51
pwm.setOscillatorFrequency(27000000); // The int.osc. is closer to 27MHz
52
- pwm.setPWMFreq(SERVO_FREQ); // Analog servos run at ~60 Hz updates
+ pwm.setPWMFreq(SERVO_FREQ); // Analog servos run at ~50 Hz updates
53
54
delay(10);
55
}
0 commit comments