Skip to content

servo.write(float) missing #44

@DieKatzchen

Description

@DieKatzchen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions