Skip to content
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

header file not operating properly #50

Open
cpthacke opened this issue Mar 19, 2024 · 0 comments
Open

header file not operating properly #50

cpthacke opened this issue Mar 19, 2024 · 0 comments

Comments

@cpthacke
Copy link

Using an Arduino Uno microcontroller with Arduino IDE 2.3.2.

Using a 4x4 keypad. Did trouble shooting of hardware and the 4x4 behavior of the keypad is going to the appropriate input pins.

Top level source code calling the correct input pins.
As an example, the keypad is setup with the following layout of the pad:

1 2 3 A
4 5 6 B
7 8 9 C

  • 0 # D

Row 1, if I press 1, get 1, if I press 2 get 1, if I press 3 get 3, if I press A get 1

Each row behaves the same.
Rew 3, press 7 get 7, press 8 get 7, press 9 get 9, press C get 7.

Cannot find the issue in the main source code, thinking there is something in the keypad.h file not agreeing with the IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant