We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
detachInterrupt() is missing the INT2 case, needed for chips such as the atmega644p.
Here's a patch that adds the necessary code when INT2 is defined:
extrapatch-hardware-arduino-cores-arduino-WInterrupts.c
The text was updated successfully, but these errors were encountered:
I just submitted pull request #3221 to address this
Sorry, something went wrong.
Fixed with #3221, thanks!
No branches or pull requests
detachInterrupt() is missing the INT2 case, needed for chips such as the atmega644p.
Here's a patch that adds the necessary code when INT2 is defined:
The text was updated successfully, but these errors were encountered: