-
Notifications
You must be signed in to change notification settings - Fork 13.3k
library Servo claims to run on [avr, sam] architecture(s) #463
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
Comments
I suppose you are using a version which doesn't have that supported yet... See discussion near the end of #8. |
Well, I'm using the version from the tip of the repository, which claims in its readme that it's supported. Either the readme is wrong, and it's not supported yet, or it supported, but the metadata/whatever is wrong. In either case, it's a bug. If you look at the current tip, you will see that there is no esp8266 support: https://github.com/esp8266/Arduino/tree/esp8266-sdk-1.0/libraries/Servo So the readme simply lies. |
The library is there, it's just in the other folder: I think the issue is that when we deploy the board manager package, the correct Servo library (under |
Ah, I'm sorry, seem like I don't have the latest version after all. |
When trying to compile the Sweep example of the Servo library, the IDE shows:
While the readme claims that the servo library works and supports up to 24 servos.
This is the Servo library copied directly from this repository, to avoid confusion with default library, which, nota bene, has the same issue.
The text was updated successfully, but these errors were encountered: