Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T13:01:51.000Z (over 4 years ago)
- Last Synced: 2024-10-03T13:11:33.642Z (about 1 month ago)
- Topics: maxtix-keypad, micropython, nodemcu
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- 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)