Skip to content
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

Interrupts work partially #99

Open
dimitris12kara opened this issue Jun 28, 2023 · 0 comments
Open

Interrupts work partially #99

dimitris12kara opened this issue Jun 28, 2023 · 0 comments

Comments

@dimitris12kara
Copy link

dimitris12kara commented Jun 28, 2023

When I use the attachInterrupt(digitalPinToInterrupt(2),function,FALLING)
it works only in some setups I use. What parameters could affect my project? I think something has to do with terminal resistors.
In the projects that the interrupt function doesn't work, I can still read the messages if I put the same function inside the loop.The interrupt pin in these situations falls only for the first message but then it stays zero, no matter if it receives messages or not.
What can cause this?
Is there a way to have the same result with some function inside this library?
Any help would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant