nodemcu/nodemcu-firmware

Add support for matrix keypads to ESP32

pjsg opened this issue · 0 comments

pjsg commented

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.