From c8f9f4ca205eb2c2d29c9f0daedb9de8263297f6 Mon Sep 17 00:00:00 2001 From: Nick Andrew Date: Tue, 17 Nov 2015 00:54:46 +1100 Subject: [PATCH] README: More tweaking of the summary text Add all the latest module names too. Signed-off-by: Nick Andrew --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36ac5279..6d902939 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,16 @@ docs: [NodeMCU docs](http://www.nodemcu.com/docs/)
Tencent QQ group: 309957875
# Summary -- Easy to access wireless router + +- Easy to program wireless node and/or Access Point - Based on Lua 5.1.4 (without *debug, os* module.) -- Event-driven programming preferred -- Built-in modules: json, file, timer, pwm, i2c, spi, 1-wire, net, mqtt, coap, gpio, wifi, adc, uart and system api. +- Event-driven programming model preferred +- Built-in modules: node, json, file, timer, pwm, i2c, spi, onewire, net, mqtt, coap, gpio, wifi, adc, uart, bit, u8g, ucg, ws2801, ws2812, crypto, dht, rtc, sntp, bmp085, tls2561, hx711 and system api. - GPIO pins re-mapped: use the index to access gpio, i2c, pwm. - Both Integer (less memory usage) and Float version firmware provided. # To Do List (pull requests are very welcome) + - loadable c module - fix wifi smart connect - add spi module (done)