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

Pio arduino library compliance #11

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

PaoloTK
Copy link
Contributor

@PaoloTK PaoloTK commented Oct 19, 2024

The PR moves files and adds the required properties files to make the library compliant with Arduino and PlatformIO library managers. After the PR the code can be submitted by following these guides:

Arduino:
https://github.com/arduino/library-registry?tab=readme-ov-file#adding-a-library-to-library-manager
A command exists to verify compliance and the library passes it. There is a warning caused by the absence of a license file. I'm not sure if the library was ever under any license, personally I would vote to use MIT. Please do not use GPLv3 since it means the library won't be able to be used for non-GPL projects.

PlatformIO:
https://docs.platformio.org/en/latest/librarymanager/creating.html#publishing
No command exists to verify compliance, but hopefully I added all the required fields.

@thorsten-gehrig if you don't see any of the options I chose (e.g. version 0.1.0) to be fit for the library feel free to change them.

@PaoloTK
Copy link
Contributor Author

PaoloTK commented Nov 12, 2024

Hi @thorsten-gehrig any update on the above?

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

Successfully merging this pull request may close these issues.

1 participant