You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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:
The text was updated successfully, but these errors were encountered: