-
-
Notifications
You must be signed in to change notification settings - Fork 799
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.h not found - Arduino #28
Comments
Ooops... Sorry... 😢 I've not seen it earlier. Arduino changed a structure for "built-in" libraries in 1.5.x branch. Now, the source code of the library is located in I will fix it as soon as possible. You can try this solution to fix it now:
#include <Servo.h>
... |
I tried something similar that worked but I didn't have the |
If you don't see "red compile errors", then you can use it without |
Please run |
Works great, thanks! |
@ivankravets |
@civet You should add Servo library in platformio.ini
|
I can't seem to find the Arduino Servo library in the registry. I'm not sure if this is related to #23. How should I go about including the Arduino core libraries?
Thanks
The text was updated successfully, but these errors were encountered: