nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.61k stars 3.12k forks source link

Matrix keyboard module #3631

Open pjsg opened 5 months ago

pjsg commented 5 months ago

Fixes #3630

This adds the matrix module which supports simple matrix keypads. Simple interface -- it just calls a specified callback on key press (and/or key release).

jmattsson commented 2 months ago

Ah, one other review comment - the documentation needs to be linked in mkdocs.yml too :)