You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCMotor and ContinuousServo, but not regular Servo, provide a deinit() operation that sets .throttle to 0. However, they don't actually deinit anything: you could change the speed again in the future.
I'm not sure why they were added (they were in from the start). I think we could just delete them.
Came up while @caternuson was recoding an Arduino example (see #17), but this is a separate issue.
DCMotor
andContinuousServo
, but not regularServo
, provide adeinit()
operation that sets.throttle
to 0. However, they don't actually deinit anything: you could change the speed again in the future.I'm not sure why they were added (they were in from the start). I think we could just delete them.
Came up while @caternuson was recoding an Arduino example (see #17), but this is a separate issue.
Tagging @tannewt for any comment.
The text was updated successfully, but these errors were encountered: