-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add ToFFilter library #6861
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
Add ToFFilter library #6861
Conversation
A problem was found with your submission https://github.com/Mataas08/ToFFilter ❌ ERROR: The repository has no tags. You need to create a release or tag that matches the |
Thanks for your interest in contributing to the Arduino Library Manager index @Mataas08 After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
@ArduinoBot rescan |
Hello! I'm checking your submission again. |
Arduino Lint has suggestions for possible improvements to https://github.com/Mataas08/ToFFilter:
|
❌ 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/Mataas08/ToFFilter:
|
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 rescan |
Hello @Mataas08. 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). |
This pull request adds the ToFFilter library.
Repository: https://github.com/Mataas08/ToFFilter
Description: Adaptive filtering library for Time-of-Flight (ToF) sensors such as VL53L0X and VL53L1X.
Features:
Category: Sensors