Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Automatic upload of all libraries on IDE Java #4

Closed
ValChinnici opened this issue Feb 13, 2019 · 3 comments · Fixed by #13
Closed

Automatic upload of all libraries on IDE Java #4

ValChinnici opened this issue Feb 13, 2019 · 3 comments · Fixed by #13

Comments

@ValChinnici
Copy link

Can we please make sure the users who download this library on the Java IDE can also get automatically all the additional libraries?

  • ArduinoBLE.h
  • MKRIMU.h

Thanks

@per1234
Copy link
Contributor

per1234 commented Feb 13, 2019

Here's the relevant feature request: arduino/Arduino#5795

For now, the only way to ensure it would be to bundle those libraries with the IDE or this library.

Probably the best that can reasonably be done is to document the library dependencies in the library documentation, example sketch, and readme.

In the example sketch, you can add links that will automatically open up a Library Manager search for the library dependency when they're clicked in the Arduino IDE (1.6.9 or newer):

#include <ArduinoBLE.h> // click here to install the library: http://librarymanager#ArduinoBLE
#include <MKRIMU.h> // click here to install the library: http://librarymanager#MKRIMU

@per1234
Copy link
Contributor

per1234 commented Feb 15, 2019

The library dependencies documentation in the sketch is accomplished by #6

@sandeepmistry
Copy link
Contributor

Please note with the change to the IMU, the MKRIMU lib will not be used in the production version.

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

Successfully merging a pull request may close this issue.

3 participants