nodemcu-firmware/app/modules
Johny Mattsson 4e8ef87d03 Reworked module registration, removed modules.h
Module creation & registration now made a lot simpler. In essence,
each module file is now self-contained and only needs a

  NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname);

line to both be automatically recognised by the Lua initialization
as well as honor the LUA_USE_MODULES_MYNAME #define.
2015-12-16 16:09:16 +11:00
..
Makefile import ucglib v1.3.3 2015-09-17 21:53:47 +02:00
adc.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
bit.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
bmp085.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
cjson.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
coap.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
crypto.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
dht.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
enduser_setup.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
file.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
gpio.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
hx711.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
i2c.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
linit.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
mqtt.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
net.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
node.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
ow.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
pwm.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
rc.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
rtcfifo.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
rtcmem.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
rtctime.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
sntp.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
spi.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
tmr.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
tsl2561.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
u8g.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
uart.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
ucg.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
wifi.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
ws2801.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
ws2812.c Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00