-
Notifications
You must be signed in to change notification settings - Fork 159
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
The readings are unstable on the Uno R4 board. #46
Comments
I also had this problem, and when I implemented and tested the scanKeys() function of the library directly in main.c, the problem disappeared. However, when we added #include <Keypad.h>, the same problem occurred, and it is confirmed that the problem occurred in the macro part of the header below. // bperrybap - Thanks for a well reasoned argument and the following macro(s). ` +If the error still occurs, you need to comment out the entire macro. |
Hello, I have the same issue with Giga but there was some helpfull info: |
Thanks @nyk-yeon, this solved the problem I had with the R4 Wifi. Its suprising that a year after you identified the bug/solution the libraries haven't been updated or fixed. This issue is still plaging users of that keypad as of May 5, 2024. |
Has anyone tried using this library on the Uno R4 board? I attempted to use the code below, but the data obtained was very unstable and the serial monitor kept printing 1. Although there was a response when pressing the button, it cannot be used for practical applications on the R4 board.
The text was updated successfully, but these errors were encountered: