-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update repositories.txt #6277
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 #6277
Conversation
Arduino Lint has suggestions for possible improvements to https://github.com/ahagelberg/PropulsionStepper:
|
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 Updated the category and license fields. |
Hello @ahagelberg. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request. The human maintainers of the repository do closely monitor the comments so that we can provide assistance or fix problems as needed. So please don't make unnecessary comments on the pull request threads. If you found the checks that the bot performed on your library 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 the Library Manager system. It is in use in all the official Arduino library repositories (example). |
Added my new PropulsionStepper library that allows both absolute and continuous rotation of stepper motors with acceleration. No other library allows for both options with acceleration.