Hello,
This is not really a feature request but it is also not a bug report,
I would love to see Control-Surface available in the official arduino library registry.
This allows to include the library directly with the arduino IDE, and in projects using sketch project file that make projects more distributable
Arduino has created a command line tool to check libraries for compliance with all the Library Manager requirements:
https://github.com/arduino/arduino-lint
The tool detects one error on the library (see the logs below)
Hello, This is not really a feature request but it is also not a bug report, I would love to see Control-Surface available in the official arduino library registry. This allows to include the library directly with the arduino IDE, and in projects using sketch project file that make projects more distributable
For this, there are some rules and the library must pass the linter with no error. https://github.com/arduino/library-registry/blob/main/FAQ.md#submission-requirements
The tool detects one error on the library (see the logs below)
I admit that the error is questionable (https://github.com/arduino/arduino-cli/issues/990, https://github.com/arduino/arduino-lint/issues/588) for the
test
directory. The solution proposed is to move thetest
directory into a folder namedextras
. I understand this is kinda intrusive to change the repository architecture like this, but this would be really nice to find your library in the registry.Regards, Gwilherm