FrankX b4319bdb4b Add driver for XPT2046 touch controller (#1848) 7 years ago
..
eus a48e88d4a3 EUS bug fixes (#1605) 7 years ago
.gitignore 501bd1fb9a Adds support for verifying the certificate offered by an SSL server. 8 years ago
Makefile ecf8bd98d6 Add FatFs and SD card support (#1397) 7 years ago
adc.c f5652187a6 use flash size byte to determine the location of the init data for byte 107 (#1827) 7 years ago
adxl345.c be10ccdb6b Added support for Analog Devices ADXL345 accelerometer (#1252) 8 years ago
am2320.c a1c1e015ff Add i2c based module for am2320 humidity sensor 8 years ago
apa102.c 6ef7ece046 Cleaned up APA102 module registration. 8 years ago
bit.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
bme280.c 4dfa5cd7d6 Correct BME280 IIR filter setting (#1787) 7 years ago
bmp085.c d426976e60 BMP085: bmp085.init() should return 0 8 years ago
cjson.c a499716cc1 Update modules to be Lua coroutine compatible (#1423) 7 years ago
coap.c a499716cc1 Update modules to be Lua coroutine compatible (#1423) 7 years ago
cron.c 2b897e56c7 Cron module (#1674) 7 years ago
crypto.c 118acb808e Fix crypto.mask() to encode with correct mask (#1677) (#1678) 7 years ago
dht.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
encoder.c 8353991722 Update encoder files after #925 & #1072 review comments 8 years ago
enduser_setup.c a48e88d4a3 EUS bug fixes (#1605) 7 years ago
file.c 305d7c4672 Add file.stat() to query file/directory attributes. (#1724) 7 years ago
gdbstub.c 04e93b2433 Add the esp-gdbstub to enable debugging (#1506) 7 years ago
gpio.c 00bc9403fe Fix the adjusting of the time when there is a rollover (#1788) 7 years ago
hmc5883l.c bb9e210441 Added support for Honeywell HMC5883L digital compass (#1253) 8 years ago
http.c 00b356be84 HTTP module can now chain requests (#1629) 7 years ago
hx711.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
i2c.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
l3g4200d.c e3f7e6321f Added support for STM L3G4200D digital gyroscope (#1251) 8 years ago
linit.c f2ea3df8a4 Fix break in luac.cross build and add some documentation 8 years ago
mdns.c 3a5e5f10e2 Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 8 years ago
mqtt.c b74a9dbdf7 Make the MQTT PING functionality work better. (#1557) 7 years ago
net.c 466c03d90f Deprecation messages for convenient net.create(Server/Connection) calls (#1844) 7 years ago
node.c 543f438b6b Added node.random implementation (#1665) 7 years ago
ow.c f9533ed85a Reduced LUAL_BUFFERSIZE to 256. Should free up some stack (#1530) 7 years ago
pcm.c d416648990 Add pcm module. (#1255) 8 years ago
perf.c feab8b2208 Various minor bits of cleanup (#1647) 7 years ago
pwm.c 6efbf13eae Omit all the PWM code if the PWM module is not included 8 years ago
rc.c 182d45f928 Enable -std=gnu11 for modules dir. 8 years ago
rfswitch.c a271ce4d34 Invert signal on rfswitch pin (#1738) 7 years ago
rotary.c d40ee50a8e Squashed commit of the following: 8 years ago
rtcfifo.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
rtcmem.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
rtctime.c 87e1abfb0f rtctime: change to lua_setfieldfor populating the table (#1746) 7 years ago
sigma_delta.c 8982650df9 Add sigma_delta module. 8 years ago
sntp.c 9b86937d45 Fix crash in sntp and add more reliable defaults servers (#1682) 7 years ago
somfy.c 880bd9850b Somfy/TELIS driver (#1521) 7 years ago
spi.c 416d53eb39 Add string support for spi.set_mosi() and spi.get_miso() (#1753) 7 years ago
struct.c 99cd2177bb Make struct.unpack wrapped in setlist actually work (#1486) 7 years ago
switec.c 4a8abc2060 Add support for driving instrument gauge stepper motors (#1355) 8 years ago
tls.c 3adba91b15 Net functionality rewrite on top of LWIP (#1379) 7 years ago
tm1829.c ecf74e5004 Added support for tm1829 baed led controllers (#1330) 8 years ago
tmr.c f1afe7b6ab Add support for dynamic timers, deprecating the static ones (#1424) 7 years ago
tsl2561.c 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
u8g.c 837cf20633 move comm drivers to u8g_glue.c 7 years ago
u8g_glue.c 837cf20633 move comm drivers to u8g_glue.c 7 years ago
u8g_glue.h 837cf20633 move comm drivers to u8g_glue.c 7 years ago
uart.c 017b4637c2 Adds uart.getconfig(0) to get the current uart parameters (#1658) 7 years ago
ucg.c ae873b70c6 Add caching for multi-byte transfers (#1247) 8 years ago
websocket.c 59b9b3e26f support for custom websocket headers (#1573) 7 years ago
wifi.c b382a42057 Fix debug message for wifi.sta.getrssi() (#1814) 7 years ago
wifi_common.c 5e9ab01523 Modified wifi module 8 years ago
wifi_common.h 73773fd8a5 Update to the wifi module (#1497) 7 years ago
wifi_eventmon.c 5e9ab01523 Modified wifi module 8 years ago
wps.c 378e5eb0ad Add WPS module (#1694) 7 years ago
ws2801.c 182d45f928 Enable -std=gnu11 for modules dir. 8 years ago
ws2812.c 8931f09ce4 Fix missing return code for ws2812_init() (#1816) 7 years ago
xpt2046.c b4319bdb4b Add driver for XPT2046 touch controller (#1848) 7 years ago