-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
arduino nano (ATMEGA328P) interrupt FALLING is doing CHANGE #414
Comments
Is this really related to a problem with the documentation content? |
First it is something that is not working. |
Yes, seems something that isn't working |
I've been doing some experiments and I can't manage to reproduce this issue. I'm going to close this but if @jps2000 or @e-ika will provide me with enough information to reproduce the issue, I'll be happy to re-open it. Note that if you use a switch or similar to trigger the interrupt, you could indeed get a |
Attaching interrupt to PD2 or PD3 should handle RISING, CHANGE and FALLING behavior.
However FALLING is actually doing CHANGE. RISING is working properly!
The text was updated successfully, but these errors were encountered: