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
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;
^~~~~
We need to figure out what to do with this:
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?
The text was updated successfully, but these errors were encountered: