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
Hello there,
I am getting pin number as 255 (value also 255) when a pin is released.
pin: 7 val: 0 (when connected to GND) pin: 255 val: 255 (when same pin disconnected from GND)
What am I doing wrong?
Tried changing the code to detect on "CHANGE" and OpenDrain configuration where it stopped working altogether.Any ideas what's going on?
Thanks in-advance, PK.
The text was updated successfully, but these errors were encountered:
Well I resolved it by reading the specific pin only.
Sorry, something went wrong.
Closed!
No branches or pull requests
Hello there,
I am getting pin number as 255 (value also 255) when a pin is released.
pin: 7 val: 0 (when connected to GND)
pin: 255 val: 255 (when same pin disconnected from GND)
What am I doing wrong?
Tried changing the code to detect on "CHANGE" and OpenDrain configuration where it stopped working altogether.Any ideas what's going on?
Thanks in-advance,
PK.
The text was updated successfully, but these errors were encountered: