In most keypads, pressing a key closes a contact that bridges two lines in an xy matrix. If you use a microcontroller to detect a key closure, checking the states of (x+y) lines requires an equal ...
Matrix keyboards are commonas an input device in microcontroller-based projects. A conventionalway of connecting a matrix keyboardto a microcontroller is to use multipleI/O pins of the MCU. The MCU ...