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 ...
Here’s an interesting article about reading data from shift registers using less than three pins. 74HC165 shift registers are a popular choice for adding inputs to a microcontroller. They have a ...