feature request: Servo class: servo.write(angle, rotationspeed) #10245
Labels
feature request
A request to make an enhancement (not a bug fix)
Library: Servo
The Servo Arduino library
Type: Duplicate
Another item already exists for this topic
feature request: Servo class: servo.write(int angle, float rotationspeed)
angle: degrees (endpoint)
rotationspeed: degrees per second
e.g.,
The function must not be blocking, so that a following command can be started immediately before the further movement has been finished (simultaneous movement)
servo1.write(180, 10.0);
servo2.write(45, 5.0);
The text was updated successfully, but these errors were encountered: