-
Notifications
You must be signed in to change notification settings - Fork 19
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
can you publish this library into the arduino library manager? #2
Comments
Thanks for the interest & info. I don't use the Arduino IDE at all, so I don't want to spend the effort to do all this. I'm happy to take a PR though and of course you're free to fork. |
I'd be happy to make the changes and PR it, but the tagging updates and keeping that in sync with the library.properties file would need to be on you. |
I can handle the tagging etc. |
Hi, I'd really like this to happen. Just pulling the code over to a project and manually adding the library didn't work. Would be nice to have some example code in Arduino format. (would be happy to include code and errors if that would help)... One question... is this supposed to work with the servos directly (as the title implies) or with the "required" servo controller board? thanks, dale |
I use a single pin on the esp32 to connect the servos, use at least a resistor of a few hundred ohms to protect the esp32 a bit from the 5v. A level shifter would be most proper... |
so you are communicating with the servos directly via serial bus, not using the Buslinker v2.2 board? That's wonderful! |
as per these instructions:
https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ
You need a
and to add the library to the Arduino issues to be added to the manager. Here is an example of someone else adding a new library: arduino/Arduino#9648
You will then just need to tag the repo with a version number matching the library.properties version number.
If you have no intent to publish through the manager, would you object to me forking and doing that?
The text was updated successfully, but these errors were encountered: