Skip to content

Key pin usage #3

Closed Answered by pschatzmann
FatherMarco1971 asked this question in Q&A
Feb 16, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The driver just provides an api to query for the pin numbers for the buttons. The logic to read a button you would need to implement yourself. Either by using digitalRead() and some debouncing logic or by using some pin interrupts.

Use Google: there should be plenty of tutorials.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FatherMarco1971
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants