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 413c1ba commit 3bcc4f1Copy full SHA for 3bcc4f1
libraries/Servo/src/stm32/Servo.cpp
@@ -84,6 +84,7 @@ static void TimerServoInit()
84
TimerServo.setPrescaleFactor(prescaler);
85
TimerServo.setOverflow(REFRESH_INTERVAL); // thanks to prescaler Tick = microsec
86
TimerServo.attachInterrupt(Servo_PeriodElapsedCallback);
87
+ TimerServo.setPreloadEnable(false);
88
TimerServo.resume();
89
}
90
0 commit comments