nodemcu-firmware/app/modules
makefu c29edf7a22 app/modules/ws2812.c: re-add ws2812.write()
Add the original ws2812.write() function which does not scramble the
buffer while preserving the 'new' ws2812.writergb.

With this everybody should be happy again
2015-05-26 23:12:38 +02:00
..
Makefile json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
adc.c Move node.readvdd33 to adc.readvdd33, fix #162. 2015-03-27 00:52:55 +08:00
auxmods.h fix #353 2015-04-12 23:34:11 +08:00
bit.c
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
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
linit.c add macro to control built-in lib for lua, add libm.a 2015-03-06 15:55:24 +08:00
modules.h json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
mqtt.c fix mqtt keepalive ping, add a example for mqtt in lua_examples. 2015-04-05 02:22:51 +08:00
net.c added net.dns.setdnsserver('ip',[index]), net.dns.getdnsserver([index]), net.dns.resolve('domain.com', function cb('ip' or nil if fail) ) 2015-05-16 20:53:31 -04:00
node.c Move node.readvdd33 to adc.readvdd33, fix #162. 2015-03-27 00:52:55 +08:00
ow.c
pwm.c
spi.c
tmr.c fix tmr.time() 2015-03-11 08:59:00 +08:00
u8g.c implement getStrWidth() and setFontLineSpacingFactor() 2015-05-15 21:32:28 +02:00
uart.c
wifi.c Allow connecting to unsecured WiFi networks 2015-05-07 15:12:57 +02:00
ws2812.c app/modules/ws2812.c: re-add ws2812.write() 2015-05-26 23:12:38 +02:00