Skip to content

Releases: adafruit/Adafruit_CircuitPython_MatrixKeypad

1.1.5 - Changed CI from Travis to GitHub Actions

23 Jan 02:13
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-matrixkeypad.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 02:04
f530b1a
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-matrixkeypad.

Read the docs for info on how to use it.

Added RPi example.

12 Nov 20:30
d236928
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-matrixkeypad.

Read the docs for info on how to use it.

Updated example

25 Oct 21:58
cbe0474
Compare
Choose a tag to compare

Simpletest now includes pin setup for 3x4 keypad, which has an odd pinout.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-matrixkeypad.

Read the docs for info on how to use it.

Now on PyPi!

06 Aug 21:07
ecc6995
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-matrixkeypad.

Read the docs for info on how to use it.

Initial release!

04 Jun 23:26
6ff8b0d
Compare
Choose a tag to compare

CircuitPython driver for matrix keypads.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.