## Arduino Keypad Playground
The rows of the keypad are connected to arduino pins 2, 3, 4, and 5, and
the columns to pins 6, 7, 8, 9. See below for a full connection table.
Pin connection list:
| Keypad pin | Arduino Pin |
|------------|-------------|
| R0 | 2 |
| R1 | 3 |
| R2 | 4 |
| R3 | 5 |
| C0 | 6 |
| C1 | 7 |
| C2 | 8 |
| C3 | 9 |