- Details
- Roman Sovalov By
- Hits: 74
In one of my arduino projects I needed a keyboard with more than 4x4 keys and I wanted to use less pins.
I deside to use I2C bus for connection my future keyboard to arduino, because I2C needs only 2 pins.
For keypad I deside to use port extender chip MCP23017.