forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
A member on Discord was asking about using a Matrix Keypad with CircuitPython, similar to the Adafruit Membrane 3x4 Matrix Keypad (PID: 419).
- The Adafruit product page references this Arduino library to use with it: Keypad Library for Arduino
- The GitHub repo for the Arduino library is here: Keypad
- It is licensed under GNU GPL, so be sure to include that license information.
H2olt