.. |
Makefile
|
Add DHT Lua Module for interfacing with the DHTxx sensors (xx = 11-21-22-33-44).
|
2015-06-18 16:31:40 +08:00 |
adc.c
|
Added fix to adc.readvdd33() to prevent crashing in station mode while
|
2015-05-22 18:01:05 -07:00 |
auxmods.h
|
Add DHT Lua Module for interfacing with the DHTxx sensors (xx = 11-21-22-33-44).
|
2015-06-18 16:31:40 +08:00 |
bit.c
|
Updated SDK to v0.9.5 and optimized memory.
|
2015-01-05 10:09:51 +08:00 |
cjson.c
|
fix cjson.encode() when in integer version
|
2015-03-18 19:37:47 +08:00 |
coap.c
|
default build with coap, reduce coap module mem usage
|
2015-03-15 20:12:29 +08:00 |
crypto.c
|
Move crypto things to irom0.text segment.
|
2015-06-05 13:03:08 +10:00 |
dht.c
|
Update DHTlib, supported DHT11 or DHTxx automatic detection.
|
2015-06-18 20:53:52 +08:00 |
file.c
|
json port from cjson. not work yet
|
2015-03-16 09:00:33 +08:00 |
gpio.c
|
add gpio.serout() api to help serialize bit out
|
2015-04-03 16:05:14 +08:00 |
i2c.c
|
Updated SDK to v0.9.5 and optimized memory.
|
2015-01-05 10:09:51 +08:00 |
linit.c
|
add macro to control built-in lib for lua, add libm.a
|
2015-03-06 15:55:24 +08:00 |
modules.h
|
Add DHT Lua Module for interfacing with the DHTxx sensors (xx = 11-21-22-33-44).
|
2015-06-18 16:31:40 +08:00 |
mqtt.c
|
Trying to fix
|
2015-06-07 12:45:55 +02:00 |
net.c
|
@jorgempy We change the API of DNS callback format back
|
2015-06-20 19:10:01 +08:00 |
node.c
|
Move node.readvdd33 to adc.readvdd33, fix #162.
|
2015-03-27 00:52:55 +08:00 |
ow.c
|
Updated SDK to v0.9.5 and optimized memory.
|
2015-01-05 10:09:51 +08:00 |
pwm.c
|
Updated SDK to v0.9.5 and optimized memory.
|
2015-01-05 10:09:51 +08:00 |
rc.c
|
add 433MHz transmission
|
2015-06-11 18:05:18 -04:00 |
spi.c
|
Add SPI Module
|
2015-01-16 22:41:34 +02:00 |
tmr.c
|
minor change
|
2015-05-14 04:59:55 -07:00 |
u8g.c
|
move u8g progmem constants to new .rodata sections
|
2015-06-25 00:38:11 +02:00 |
uart.c
|
Updated SDK to v0.9.5 and optimized memory.
|
2015-01-05 10:09:51 +08:00 |
wifi.c
|
Change comments for wifi.sta.getap
|
2015-05-31 22:45:43 -07:00 |
ws2812.c
|
Add __attribute__((optimize("O2"))) to ws2812 module.
|
2015-06-20 01:40:45 +08:00 |