mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
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()
|