diff --git a/README.md b/README.md index a40a8555..7509480b 100644 --- a/README.md +++ b/README.md @@ -11,22 +11,22 @@ File system based on [spiffs](https://github.com/pellepl/spiffs)
Open source development kit for NodeMCU [nodemcu-devkit](https://github.com/nodemcu/nodemcu-devkit)
Flash tool for NodeMCU [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher)
-wiki: [NodeMCU wiki](https://github.com/nodemcu/nodemcu-firmware/wiki)
+Developer Wiki: (https://github.com/nodemcu/nodemcu-firmware/wiki)
api: [NodeMCU api](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en)
home: [nodemcu.com](http://www.nodemcu.com)
-bbs: [Chinese bbs](http://bbs.nodemcu.com)
+bbs: [Chinese BBS](http://bbs.nodemcu.com)
docs: [NodeMCU docs](http://www.nodemcu.com/docs/)
Tencent QQ group: 309957875
# Summary - Easy to access wireless router - Based on Lua 5.1.4 (without *debug, os* module.) -- Event-Drive programming preferred. -- Build-in json, file, timer, pwm, i2c, spi, 1-wire, net, mqtt, coap, gpio, wifi, adc, uart and system api. -- GPIO pin re-mapped, use the index to access gpio, i2c, pwm. -- Both Integer(less memory usage) and Float version firmware provided. +- 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. +- 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 welcomed) +# To Do List (pull requests are very welcome) - loadable c module - fix wifi smart connect - add spi module (done)