![]() | ![]() | ![]() |
| | |||||||
| Notices |
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink (permalink)) |
| Hello I need help how to interface 4x4 matrix keypad to pic16F84 using PORTB and display keypressed on PORTA or LCD. Using no external resistors only internal pull ups. Using Assembly code Thank you I would like must as possible explanation of the code. Have a good day.
__________________ nev | |
| | |
| | (permalink (permalink)) |
| The standard 4x4 matrix keypad configuration I know requires at least 4 external resistors and and equal number of diodes. As far as I know, there are no internal pullups, only switches. You will also have to implement either hardware or software switch debouncing. (Of course, software is much more convenient.) | |
| | |