Closed deadprogram closed 6 months ago
This PR modifies the servo package to add a new function SetAngle() to simplify API for most common use case: move a servo to a particular angle.
servo
SetAngle()
Any other feedback here before merge?
I have addressed all of the comments on this PR, so now merging. Thanks for the feedback @aykevl
This PR modifies the
servo
package to add a new functionSetAngle()
to simplify API for most common use case: move a servo to a particular angle.