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

Missing from the Arduino Library Registry #306

Open
dmadison opened this issue Feb 22, 2025 · 2 comments
Open

Missing from the Arduino Library Registry #306

dmadison opened this issue Feb 22, 2025 · 2 comments

Comments

@dmadison
Copy link

Please add this library to the official Arduino Library Registry so that it can be installed through the IDE and linked as a dependency in other libraries.

To add this library to the registry, all you would need to do is:

@MHeironimus
Copy link
Owner

I hope to do this eventually, but the current name of the library conflicts with another library that is already in the registry. I will need to rename it first, which will be a breaking change for everyone who currently uses it.

@dmadison
Copy link
Author

I think the only part that needs to be renamed is the name field of the library.properties file. The rest of the library, including the header file, can stay the same. That should only affect the name of the library in the IDE (e.g. in the libraries manager and the 'examples' menu). All existing code would still be compatible.

Changing the name field to something like "Joystick Library", albeit redundant, would fix the conflict without any side effects.

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