nodemcu-firmware/lua_examples
John Lauer 9a5327cab1 Add touch sensor module (#2863)
* 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
2019-10-27 19:49:56 +01:00
..
email Fixed bug where email text after CR and LF would not be read. Added example links, Fixed bug where send function could not be called more than once due to count variable. 2015-03-16 04:17:19 -05:00
lfs LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
mcp23008 Added I/O expander MCP23008 module and two examples: digital output with LEDS, and digital input with buttons. 2015-03-02 13:21:26 -06:00
mqtt remove table-based (un)sunscribe from mqtt docs and provide example code 2019-01-31 22:35:21 +01:00
touch Add touch sensor module (#2863) 2019-10-27 19:49:56 +01:00
u8g2 Add u8g2 module. 2017-06-13 18:38:09 +02:00
ucglib Add ucg module. 2018-10-07 16:31:28 +02:00
adc_rgb.lua ADC driving RGB LED; electronic mood ring 2015-05-31 09:08:07 -05:00
http_server.lua Rename http_server to http_server.lua 2015-05-31 09:09:23 -05:00
httptest.lua Changed ESP32 http user agent to "NodeMCU (ESP32)" (#2551) 2018-11-08 21:14:15 +01:00
irsend.lua Update irsend.lua 2015-02-13 11:13:00 +05:30
make_phone_call.lua Added phone calls and sms example. 2015-03-23 21:57:54 -05:00
myfile.lua rename folder name to pre_build 2014-12-22 20:28:37 +08:00
send_text_message.lua Added phone calls and sms example. 2015-03-23 21:57:54 -05:00
tcp2uart.lua add tcp2uart.lua example 2015-01-23 17:12:54 +08:00
telnet.lua consolidate telnet example 2016-01-06 23:18:42 +01:00
webap_toggle_pin.lua remove ; and dangling spaces 2016-01-07 23:08:44 +01:00