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

intergrate your library to the Arduino library manager #920

Open
RASPIAUDIO opened this issue Dec 2, 2024 · 4 comments
Open

intergrate your library to the Arduino library manager #920

RASPIAUDIO opened this issue Dec 2, 2024 · 4 comments

Comments

@RASPIAUDIO
Copy link

RASPIAUDIO commented Dec 2, 2024

Hello,

It would be great if your library were available directly in the Arduino IDE. This would make it much easier for many users to utilize your library.

Is there a particular reason why it hasn't been added already?

All you need to do is add a library.properties file. Here's an example for reference:
Example library.properties

Then, you can submit a pull request to the Arduino Library Registry.

@RASPIAUDIO RASPIAUDIO changed the title intergrate you library to the Arduino library manager intergrate your library to the Arduino library manager Dec 2, 2024
@KMTsvetanov
Copy link

KMTsvetanov commented Dec 3, 2024

Hello,

It would be great if your library were available directly in the Arduino IDE. This would make it much easier for many users to utilize your library.

Is there a particular reason why it hasn't been added already?

All you need to do is add a library.properties file. Here's an example for reference: Example library.properties

Then, you can submit a pull request to the Arduino Library Registry.

I tried to add this library to Arduino IDE (sketch -> include library from zip) and I got:
Multiple libraries were found for "SD.h"

did you run into that?

@RASPIAUDIO
Copy link
Author

Hello,
It would be great if your library were available directly in the Arduino IDE. This would make it much easier for many users to utilize your library.
Is there a particular reason why it hasn't been added already?
All you need to do is add a library.properties file. Here's an example for reference: Example library.properties
Then, you can submit a pull request to the Arduino Library Registry.

I tried to add this library to Arduino IDE (sketch -> include library from zip) and I got: Multiple libraries were found for "SD.h"

did you run into that?

It's not the subject of this topic.

@LucasSaintrain
Copy link

Hello, I also wanted to have this library at the Arduino Library Registry.
It's stragne that this wasn't done already considering that this project already has a library.properties file.

I've done myself a pull request to the registry, adding the github url to the list:
arduino/library-registry#5705

The pull request was immediatly accepted and the bot said:
"The library(s) will be available for installation via Library Manager within a day's time."

By the way, I'm not a contributor to this library, I'm just interested in using it.

@RASPIAUDIO
Copy link
Author

RASPIAUDIO commented Dec 31, 2024

I did not want to submit it myself as I didn't want to take any credit for this exceptional library, but I'm glad you did ,😅

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

3 participants