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

Add to Arduino library manager #2

Closed
matthijskooijman opened this issue May 9, 2015 · 4 comments
Closed

Add to Arduino library manager #2

matthijskooijman opened this issue May 9, 2015 · 4 comments

Comments

@matthijskooijman
Copy link
Contributor

Since 1.6.2, the Arduino IDE supports a library manager, to allow easily browsing and downloading libraries from the web. It would be convenient if this library was added. To do that:

  1. a library.properties file must be added to this repo
  2. a request must be sent to the Arduino devs

If you want, I can submit a PR for 1 and take care of 2?

@andrewrapp
Copy link
Owner

I have to admit I haven't upgraded yet to the latest Arduino yet. Hopefully they solved the namespace problem where the library name (folder) must be unique. Yeah please PR

matthijskooijman added a commit to matthijskooijman/xbee-arduino that referenced this issue Aug 2, 2015
This turns the library into a proper non-legacyl library and allows the
Arduino IDE to display some additional info in its library manager. This
also opens up the way to allow installing the library from within the
Arduino IDE, if the library's github url is added to the list of
libraries by the Arduino team.

This fixes the first part of issue andrewrapp#2.
matthijskooijman added a commit to matthijskooijman/xbee-arduino that referenced this issue Aug 2, 2015
This turns the library into a proper non-legacy library and allows the
Arduino IDE to display some additional info in its library manager. This
also opens up the way to allow installing the library from within the
Arduino IDE, if the library's github url is added to the list of
libraries by the Arduino team.

This fixes the first part of issue andrewrapp#2.
@matthijskooijman
Copy link
Contributor Author

@andrewrapp, Could you bump the library version number (in library.properties and probably also library.json) and create a git tag for it? The Arduino library manager needs a tag to include the library (and once it is included, any future tags will automatically cause the library to be updated in the library manager). AFAICS the tag does not need to have any particular format, I suspect the library manager looks at the library.properties file only.

@matthijskooijman
Copy link
Contributor Author

@andrewrapp, any chance you could take care of this (bumping version numbers and tagging)? Then I can get the library added to the Arduino library manager.

@matthijskooijman
Copy link
Contributor Author

Thanks for taking care of the tagging! I've filed the request with Arduino and this library is now available through the Arduino Library Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants