-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add 7Semi BME690 Arduino Library #6866
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/7semi-solutions/7Semi-BME690-Arduino-Library:
|
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: |
@ArduinoBot please check again |
Hi @7semi-Tech. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot completely ignores this pull request thread, and thus commenting here doesn't achieve anything. However, the human maintainers of the registry do monitor all activity in this repository in order to assist the library maintainers with any problems they might have, so please don't make pointless comments on the pull request threads. If the purpose of your comment was to make a new release of the library, please note that, after the initial addition of the library, the indexer job periodically checks each of the libraries in the Arduino Library Manager Registry and picks up any new release/tag that meets the requirements listed here: This means there is no need to take any additional action to add new releases of your library to Library Manager. They will be added automagically! If you were hoping to get another round of the checks the bot performs on submissions, we do not offer that service here. However, if you found them to be useful you might consider setting up an automated check in your library repository for compliance with the Library Manager requirements. This could run on every commit and pull request to ensure such violations are caught immediately. Arduino provides a GitHub Actions action that makes this very easy to do by adding a simple YAML file to the repository: https://github.com/arduino/arduino-lint-action#readme This action uses the same Arduino Lint tool as was used by the bot to check your submission. It is in use in all the official Arduino library repositories (example). |
Hi @per1234 Thanks @per1234 for the clarification 🙏. I now understand that once a library is accepted into the Arduino Library Manager, I don’t need to open a new PR or call @ArduinoBot for new versions. From now on, I’ll just bump the I appreciate your guidance and the helpful links you shared! |
This PR adds the 7Semi BME690 Arduino Library to the Arduino Library Manager index.
Repository URL:
https://github.com/7semi-solutions/7Semi-BME690-Arduino-Library
The library provides easy APIs to read temperature, humidity, and pressure (and gas/VOC if supported) from the BME690 sensor, with example sketches for quick integration.