-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
servo.write(float) is missing. This breaks drop-in compatibility with other servo libraries. I have to do an #ifdef ESP32 for the #define <servo.h> and then another #ifdef ESP32 to have two versions of every servo.write() call. servo.write() should use the pin specified by servo.attach() if available.
Metadata
Metadata
Assignees
Labels
No labels