https://github.com/muka/micropython-nodemcu-maxtix-keypad
Micropython Matrix Keypad for NodeMCU
https://github.com/muka/micropython-nodemcu-maxtix-keypad
maxtix-keypad micropython nodemcu
Last synced: 3 months ago
JSON representation
Micropython Matrix Keypad for NodeMCU
- Host: GitHub
- URL: https://github.com/muka/micropython-nodemcu-maxtix-keypad
- Owner: muka
- License: apache-2.0
- Created: 2020-04-19T13:01:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T13:01:51.000Z (over 6 years ago)
- Last Synced: 2025-03-30T02:25:04.465Z (over 1 year ago)
- Topics: maxtix-keypad, micropython, nodemcu
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micropython Matrix Keypad for NodeMCU
An simple implementation to read values out of a [Matrix Keypad](https://amzn.to/2VlkYND)
For a standalone example see `keypad` or run it `pyboard ./keypad.py`
Inspired by [Chris--A/Keypad](https://github.com/Chris--A/Keypad)