README: More tweaking of the summary text
Add all the latest module names too. Signed-off-by: Nick Andrew <nick@nick-andrew.net>
This commit is contained in:
parent
20bca021af
commit
c8f9f4ca20
|
@ -19,14 +19,16 @@ docs: [NodeMCU docs](http://www.nodemcu.com/docs/)<br />
|
||||||
Tencent QQ group: 309957875<br />
|
Tencent QQ group: 309957875<br />
|
||||||
|
|
||||||
# Summary
|
# 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.)
|
- Based on Lua 5.1.4 (without *debug, os* module.)
|
||||||
- Event-driven programming preferred
|
- Event-driven programming model preferred
|
||||||
- Built-in modules: json, file, timer, pwm, i2c, spi, 1-wire, net, mqtt, coap, gpio, wifi, adc, uart and system api.
|
- 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.
|
- GPIO pins re-mapped: use the index to access gpio, i2c, pwm.
|
||||||
- Both Integer (less memory usage) and Float version firmware provided.
|
- Both Integer (less memory usage) and Float version firmware provided.
|
||||||
|
|
||||||
# To Do List (pull requests are very welcome)
|
# To Do List (pull requests are very welcome)
|
||||||
|
|
||||||
- loadable c module
|
- loadable c module
|
||||||
- fix wifi smart connect
|
- fix wifi smart connect
|
||||||
- add spi module (done)
|
- add spi module (done)
|
||||||
|
|
Loading…
Reference in New Issue