adafruit / Adafruit_CircuitPython_MatrixKeypad

CircuitPython library for matrix (multiplexed) passive keypads
MIT License
15 stars 10 forks source link

Add support for inverse diode direction #17

Open chatelao opened 3 months ago

chatelao commented 3 months ago

IS

SHOULD

I <3 Adafruit and will turn my head 90° until the fix arrives :-)

dhalbert commented 3 months ago

Another alternative is to use the built-in keypad module, https://learn.adafruit.com/key-pad-matrix-scanning-in-circuitpython/keymatrix, which supports diodes in both directions.