2

I want to be able to free up the native GPIO pins on my Raspberry Pi Zero. I know the MCP23008 gives me 8 extra pins, but I can't seem to find any resources on using the additional pins with a 4X4 matrix keypad.

JRE
  • 67,678
  • 8
  • 104
  • 179
  • 4
    Please ask a question. Also, interfacing anything to an IO expander has exactly same concept than interfacing directly to an MCU IO. The actual implementations of setting pin directions, writing output states, and reading input states are just different. – Justme Jan 02 '21 at 20:43
  • This might help: https://raspberrypi.stackexchange.com/questions/98440/multiple-gpio-buttons-vs-matrix-keypad. Cheers. – tlfong01 Jan 03 '21 at 01:15
  • 1
    Got it to work. Thanks for pointing me in the right direction guys. I will make sure to post a question properly in the future. – Pekkle Juice Jan 04 '21 at 17:58

0 Answers0