mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
9a5327cab1
* Touch module 1st checkin * ESP32. Check-in 2 for Touch sensor module * ESP32: Touch module. Sample Lua code. * ESP32: Latest YouTube vid * ESP32: Touch docs update * Added opt_* methods for value retrieval
4 lines
122 B
Lua
4 lines
122 B
Lua
-- Test out the touch_8pads_showlist module
|
|
tpad = require("touch_8pads_showlist")
|
|
tpad.init({isDebug=true})
|
|
tpad.config() |