adafruit_matrixkeypad

CircuitPython library for matrix keypads

  • Author(s): ladyada

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_matrixkeypad.Matrix_Keypad(row_pins, col_pins, keys)

Driver for passive matrix keypads - any size

pressed_keys

An array containing all detected keys that are pressed from the initalized list-of-lists passed in during creation