-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update repositories.txt to add PID_v1_bc #2518
Conversation
The PID_v1_bc library is a fork of the https://github.com/br3ttb/Arduino-PID-Library / PID / PID_v1.h library that adds the back-calculation method of integral windup control. See https://github.com/drf5n/Arduino-PID-Library and br3ttb/Arduino-PID-Library#116 and br3ttb/Arduino-PID-Library#76 (comment) for more info.
Arduino Lint has suggestions for possible improvements to https://github.com/drf5n/Arduino-PID-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: |
Updated version to v1.2.5 |
Hello . After the initial addition of the library, the indexer job periodically checks each of the libraries in the index 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! 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. It does take a little time for the indexer job to run, and then some additional time after that for the update to propagate through the CDN and the local cache. But it will get there. We give a conservative estimate of availability within one day's time. You can monitor the indexing of the library releases by checking the library's dedicated indexer logs web page: Please let me know if you have any questions or concerns. |
The PID_v1_bc library is a fork of the https://github.com/br3ttb/Arduino-PID-Library / PID / PID_v1.h library that adds the back-calculation method of integral windup control. See https://github.com/drf5n/Arduino-PID-Library and br3ttb/Arduino-PID-Library#116 and br3ttb/Arduino-PID-Library#76 (comment) for more info.