-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add library of LM35, LM35A #2080
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
Conversation
Arduino Lint has suggestions for possible improvements to https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057:
|
❌ ERROR: Your submission meets all requirements. However, the pull request could not be merged. Please follow this guide to resolve a merge conflict: Once that is done, it will be merged automatically. |
Arduino Lint has suggestions for possible improvements to https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057:
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
@RLL-Blue-Dragon please take the time to very carefully review the warnings from the bot. You are creating many libraries with the same problems. It will be best for you to break that pattern as early as possible because it will more work to fix all these problems retroactively. This one is very serious:
This problem will make it impossible for people to install your libraries via Library Manager. So what is the point of adding all these libraries if they can't even be installed? Please take the time to carefully study the documentation to understand the correct use of the https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format This one is just plain sloppy:
Again, please take the time to study the documentation and correctly format your metadata: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format And of course we have this:
I see you have a sketch named https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples |
No description provided.