-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add ISRHandler library #5204
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 ISRHandler library #5204
Conversation
Add Multitasker library to Arduino Library Manager.
Added ISRHandler library
A problem was found with your submission https://github.com/JensDMadsen/Multitasker ❌ ERROR: Submission URL is already in the Library Manager index. |
Arduino Lint has suggestions for possible improvements to https://github.com/JensDMadsen/ISRHandler:
|
Thanks for your interest in contributing to the Arduino Library Manager index @JensDMadsen 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: |
Arduino Lint has suggestions for possible improvements to https://github.com/JensDMadsen/ISRHandler:
|
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: |
The library provides a flexible, reusable interrupt handler class for Arduino, allowing template-based interrupt management and supporting multiple interrupts with configurable modes.