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 c295d65 commit 587c17bCopy full SHA for 587c17b
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