Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Servo not working on ESP32 #103

Open
sofian opened this issue Feb 11, 2024 · 0 comments
Open

Servo not working on ESP32 #103

sofian opened this issue Feb 11, 2024 · 0 comments
Labels

Comments

@sofian
Copy link
Collaborator

sofian commented Feb 11, 2024

We need to figure out what to do with this:

examples/07.Advanced/ServoKnob/ServoKnob.ino:39:1: error: 'ServoOut' does not name a type; did you mean 'error_t'?
 ServoOut servo(9);
 ^~~~~~~~
 error_t
examples/07.Advanced/ServoKnob/ServoKnob.ino: In function 'void step()':
examples/07.Advanced/ServoKnob/ServoKnob.ino:46:10: error: 'servo' was not declared in this scope
   osc >> servo;
          ^~~~~

There is a specific servo library for ESP32 https://dronebotworkshop.com/esp32-servo/

However this would include a dependency.

Do we really need to support servo motors in the core Plaquette library?

@sofian sofian added the bug label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant