-
Notifications
You must be signed in to change notification settings - Fork 205
Allow for disabling of Interrupts #10
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
Comments
Yes, I agree. Ran into this too... Lost hours because a) MCP wasn't being reset when I was pushing esp8266 reset, b) I wasn't getting the correct interrupt pin and c) this function doesn't exist!
|
hi please submit a PR with the fix! |
Okay, I never submitted a pull before. Hope I did it right, #54 |
Wow thanks for the quick integration! Sort of related: How do we feel about disabling all interrupts on begin()? |
thats fine |
Closing. Fixed with #54. |
There is only a function to enable interrupts per pin but none to disable interrupts.
Please offer functions to disable interrupt of a single pin or all pins altogether.
The text was updated successfully, but these errors were encountered: