nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32

Home Page:https://nodemcu.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for matrix keypads to ESP32

pjsg opened this issue · comments

Missing feature

It is tricky to support matrix keypads in direct LUA owing to scheduling delays. A C module can do a lot better job and make them simpler for people to use.

I have a PR for this.