-
Notifications
You must be signed in to change notification settings - Fork 783
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
How do I use the button component with the keypad? (AEGHB-369) #292
Comments
The default GPIO detection for buttons is not suitable for a matrix keyboard. You need to use the |
Thank you for your reply. I did as you said and managed to get it to work. Do you plan to add keypad support to the library in the future? Secondly, " TEST_CASE("gpio button test", "[button][iot]")" What does this do? I couldn't find it in the documentation. |
@ertekinsener |
Components button support matrix keypad on version 3.1.0 |
Environment
Problem Description
How can I use button components with keypads? I tried to handle it with button_custom_get_key_value . I couldn't do it because the function takes the gpio number as a parameter.
A detailed explanation of the keypads I am trying to use is available at this link: https://lastminuteengineers.com/arduino-keypad-tutorial/
Thanks for your answers
The text was updated successfully, but these errors were encountered: