Fast movement on attach #101
Replies: 1 comment
-
|
Servos are buld to reach the target position as fast as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
servo.attach(SERVO_PIN, aMicrosecondsForServo0Degree, aMicrosecondsForServo180Degree), there is a rapid movement of the servo. It appears this is moving to the middle position (1500µs) but it moves as full servo speed. This will likely break things when it is installed in the application. Is there a way to set it to move to this initial position much slower? Or better yet, not to move to a position at all?Beta Was this translation helpful? Give feedback.
All reactions