-
Hello, I try to use digital input to react on falling edge of the signal. Currently I have following code, this recognises state good but seems it is configured as described here:
How can I change this pi4j-v2 sample code so falling edge is a trigger? Greetings, Piotr |
Beta Was this translation helpful? Give feedback.
Answered by
piotrkolo
Jan 1, 2022
Replies: 1 comment
-
I was looking in wrong direction. Extension by debouncing setting solved my issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
piotrkolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking in wrong direction. Extension by debouncing setting solved my issue.