update readme for api doc
This commit is contained in:
parent
ad966146fc
commit
3ede2de2ea
|
@ -8,6 +8,7 @@ Open source development kit for NodeMCU [nodemcu-devkit](https://github.com/node
|
||||||
Flash tool for NodeMCU [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher)<br />
|
Flash tool for NodeMCU [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher)<br />
|
||||||
|
|
||||||
wiki: [nodemcu wiki](https://github.com/nodemcu/nodemcu-firmware/wiki)<br />
|
wiki: [nodemcu wiki](https://github.com/nodemcu/nodemcu-firmware/wiki)<br />
|
||||||
|
api: [nodemcu api](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en)<br />
|
||||||
home: [nodemcu.com](http://www.nodemcu.com)<br />
|
home: [nodemcu.com](http://www.nodemcu.com)<br />
|
||||||
bbs: [Chinese bbs](http://bbs.nodemcu.com)<br />
|
bbs: [Chinese bbs](http://bbs.nodemcu.com)<br />
|
||||||
Tencent QQ group: 309957875<br />
|
Tencent QQ group: 309957875<br />
|
||||||
|
@ -49,8 +50,7 @@ fix net.socket:send() issue when multi sends are called. <br />
|
||||||
fix file.read() api, take 0xFF as a regular byte, not EOF.<br />
|
fix file.read() api, take 0xFF as a regular byte, not EOF.<br />
|
||||||
pre_build/latest/nodemcu_512k_latest.bin is removed. use pre_build/latest/nodemcu_latest.bin instead.
|
pre_build/latest/nodemcu_512k_latest.bin is removed. use pre_build/latest/nodemcu_latest.bin instead.
|
||||||
|
|
||||||
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br />
|
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki)<br />
|
||||||
[more change_log cn](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)
|
|
||||||
|
|
||||||
##GPIO NEW TABLE ( Build 20141219 and later)
|
##GPIO NEW TABLE ( Build 20141219 and later)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue