From c92c17392f7ace7dc2fb7c13902c6c5c031ca8bd Mon Sep 17 00:00:00 2001 From: funshine Date: Tue, 6 Jan 2015 21:52:14 +0800 Subject: [PATCH] add to do list, update readme --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b1b43ba..b0809465 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ home: [nodemcu.com](http://www.nodemcu.com)
bbs: [中文论坛Chinese bbs](http://bbs.nodemcu.com)
Tencent QQ group QQ群: 309957875
+# Summary +- Easy to access wireless router +- Based on Lua 5.1.4 (without *io, math, debug, os* module.) +- Event-Drive programming preferred. +- Build-in file, timer, pwm, i2c, 1-wire, net, gpio, wifi, adc, uart and system api. +- GPIO pin re-mapped, use the index to access gpio, i2c, pwm. + +# To Do List (pull requests are very welcomed) +- fix wifi smart connect +- add spi module +- add mqtt module +- add coap module + # Change log 2015-01-06
update sdk to 0.9.5.
@@ -29,13 +42,6 @@ add tmr.time() api to get rtc time and calibration. [more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log) -# Summary -- Easy to access wireless router -- Based on Lua 5.1.4 -- Event-Drive programming preferred. -- Build-in file, timer, pwm, i2c, 1-wire, net, gpio, wifi, adc, uart and system api. -- GPIO pin re-mapped, use the index to access gpio, i2c, pwm. -- GPIO Map Table: ##GPIO NEW TABLE ( Build 20141219 and later)