Philip Gladstone 017b4637c2 Adds uart.getconfig(0) to get the current uart parameters (#1658) 7 年之前
..
eus a48e88d4a3 EUS bug fixes (#1605) 7 年之前
.gitignore 501bd1fb9a Adds support for verifying the certificate offered by an SSL server. 8 年之前
Makefile ecf8bd98d6 Add FatFs and SD card support (#1397) 7 年之前
adc.c 30d354c290 Rework ADC mode setting approach (#1285) 8 年之前
adxl345.c be10ccdb6b Added support for Analog Devices ADXL345 accelerometer (#1252) 8 年之前
am2320.c a1c1e015ff Add i2c based module for am2320 humidity sensor 8 年之前
apa102.c 6ef7ece046 Cleaned up APA102 module registration. 8 年之前
bit.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
bme280.c 12a7b1c239 BME280: fixing humidity trimming parameter readout bug (#1652) 7 年之前
bmp085.c d426976e60 BMP085: bmp085.init() should return 0 8 年之前
cjson.c a499716cc1 Update modules to be Lua coroutine compatible (#1423) 7 年之前
coap.c a499716cc1 Update modules to be Lua coroutine compatible (#1423) 7 年之前
crypto.c a112296850 Added crypto.new_hmac() feature. (#1499) 7 年之前
dht.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
encoder.c 8353991722 Update encoder files after #925 & #1072 review comments 8 年之前
enduser_setup.c a48e88d4a3 EUS bug fixes (#1605) 7 年之前
file.c c70dc7497e Handle error condition in file.read() (#1599) 7 年之前
gdbstub.c 04e93b2433 Add the esp-gdbstub to enable debugging (#1506) 7 年之前
gpio.c 025805b0e8 Fixes the gpio.serout problem from #1534 (#1535) 7 年之前
hmc5883l.c bb9e210441 Added support for Honeywell HMC5883L digital compass (#1253) 8 年之前
http.c 00b356be84 HTTP module can now chain requests (#1629) 7 年之前
hx711.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
i2c.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
l3g4200d.c e3f7e6321f Added support for STM L3G4200D digital gyroscope (#1251) 8 年之前
linit.c f2ea3df8a4 Fix break in luac.cross build and add some documentation 8 年之前
mdns.c 3a5e5f10e2 Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 8 年之前
mqtt.c b74a9dbdf7 Make the MQTT PING functionality work better. (#1557) 7 年之前
net.c be263dacde Set espconn's secure buffer size once at initialization (#1466) 7 年之前
node.c ecf8bd98d6 Add FatFs and SD card support (#1397) 7 年之前
ow.c f9533ed85a Reduced LUAL_BUFFERSIZE to 256. Should free up some stack (#1530) 7 年之前
pcm.c d416648990 Add pcm module. (#1255) 8 年之前
perf.c 83eec61874 Fix iram/irom section contents (#1566) 7 年之前
pwm.c 6efbf13eae Omit all the PWM code if the PWM module is not included 8 年之前
rc.c 182d45f928 Enable -std=gnu11 for modules dir. 8 年之前
rfswitch.c 9f9fee9008 add new rfswitch module to handle 433MHZ devices (#1565) 7 年之前
rotary.c d40ee50a8e Squashed commit of the following: 8 年之前
rtcfifo.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
rtcmem.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
rtctime.c 56839fb20b Add rtctime.epoch2cal() (#1386) 7 年之前
sigma_delta.c 8982650df9 Add sigma_delta module. 8 年之前
sntp.c 79013ae79a Improve SNTP module: Add list of servers and auto-sync [SNTP module only] (#1596) 7 年之前
somfy.c 880bd9850b Somfy/TELIS driver (#1521) 7 年之前
spi.c d445ae97fb Enable spi clock_div < 4. (#1283) 8 年之前
struct.c 99cd2177bb Make struct.unpack wrapped in setlist actually work (#1486) 7 年之前
switec.c 4a8abc2060 Add support for driving instrument gauge stepper motors (#1355) 8 年之前
tm1829.c ecf74e5004 Added support for tm1829 baed led controllers (#1330) 8 年之前
tmr.c f1afe7b6ab Add support for dynamic timers, deprecating the static ones (#1424) 7 年之前
tsl2561.c 4e8ef87d03 Reworked module registration, removed modules.h 8 年之前
u8g.c 837cf20633 move comm drivers to u8g_glue.c 7 年之前
u8g_glue.c 837cf20633 move comm drivers to u8g_glue.c 7 年之前
u8g_glue.h 837cf20633 move comm drivers to u8g_glue.c 7 年之前
uart.c 017b4637c2 Adds uart.getconfig(0) to get the current uart parameters (#1658) 7 年之前
ucg.c ae873b70c6 Add caching for multi-byte transfers (#1247) 8 年之前
websocket.c 59b9b3e26f support for custom websocket headers (#1573) 7 年之前
wifi.c 73773fd8a5 Update to the wifi module (#1497) 7 年之前
wifi_common.c 5e9ab01523 Modified wifi module 8 年之前
wifi_common.h 73773fd8a5 Update to the wifi module (#1497) 7 年之前
wifi_eventmon.c 5e9ab01523 Modified wifi module 8 年之前
ws2801.c 182d45f928 Enable -std=gnu11 for modules dir. 8 年之前
ws2812.c 77b2e85d09 Add support to mix ws2812.buffer objects. (#1575) 7 年之前