Hi all
The keypad code has been working very well ! Thanks mister_e!
Initially I had to wire alter the wiring to the keypad to the PIC to get things working now in order to match the header pins for PORT B on a dev board I am building I need to alter the include file somehow to match my keypad.
I was hoping someone could point me in the right direction for this or tell me where to change the code to match the desired pin configuration.
Here is what I have now:
EXISTING CONFIG (WORKING)
-------------------------
Columns Rows
______________ _____________
Keypad 7 6 5 4 3 2 1 0
PIC B4 B5 B6 B7 B0 B1 B2 B3
Here's what I would like to be
DESIRED CONFIG
--------------
Columns Rows
______________ _____________
Keypad 7 6 5 4 3 2 1 0
PIC B7 B6 B5 B4 B3 B2 B1 B0
I would appreciate any help/info
Kind regards
Dennis
Bookmarks