-
Notifications
You must be signed in to change notification settings - Fork 70
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
Maximum simultaneous Interrupts attachments? #3
Comments
Sorry this has taken me so long to reply, I missed it. Yes it is possible. It is true that the pin change interrupts are defined On Sat, May 21, 2016 at 3:26 PM, abhaysjuneja [email protected]
-Mike Schwager |
BTW, use the EnableInterrupt library. The PinChangeInt library is On Wed, Jun 1, 2016 at 10:25 AM, Michael Schwager [email protected]
-Mike Schwager |
Okay thanks..It's Working.!.. 👍 and yeah.. i'll try the EnableInterrupt library too. 👍 |
I am currently working on a project which requires 8 Interrupt Attachments and obviously each with an exclusive ISR (Interrupt Service Routine). I was wondering if it is possible using this library?
I read somewhere that pins are defined, to be used as interrupt pins, in groups. And each group can function on a single ISR only.
The text was updated successfully, but these errors were encountered: