whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

Feature request: Expose esp32 touchpad functionality as sensor #132

Closed bytebang closed 5 years ago

bytebang commented 6 years ago

Hi

I want to suggest to add the esp32 functionality of "capacitive touch inputs" to the operating system.

Links:

the0ne commented 6 years ago

I needed touch functionality and I've recently (locally) added a module. It's not finished yet but touch works and waking from sleep using touch works as well. It's not yet available via github because currently it's only "all or nothing".

chilipeppr commented 5 years ago

Any latest on this? I'd like to use touch in an application as well for stepper motor control. Any code in any state would be appreciated! Thanks.

the0ne commented 5 years ago

@chilipeppr see PR https://github.com/whitecatboard/Lua-RTOS-ESP32/pull/184 for a working implementation

the0ne commented 5 years ago

@chilipeppr the feature is available in master

the0ne commented 5 years ago

@bytebang and @chilipeppr please test using a current version