add readme

This commit is contained in:
Hong 2014-10-13 20:44:26 +08:00
parent 994c550b15
commit 35ad738f8c
1 changed files with 85 additions and 85 deletions

View File

@ -12,7 +12,7 @@ version 0.1 2014-10-11
nodeMcu对模块的引脚进行编号gpioi2cpwm等模块需要使用引脚编号进行索引。
目前的编号对应表格:
###目前的编号对应表格:
IO索引编号 ESP8266实际IO IO索引编号 ESP8266实际IO
0 GPIO12 8 GPIO0
@ -24,7 +24,8 @@ version 0.1 2014-10-11
6 GPIO9
7 GPIO10
串口波特率74880
###串口波特率
74880
###固件烧写地址:
@ -148,8 +149,6 @@ wifi. ap.getmac()
gpio module
-----------
模块名gpio
常量gpio.OUTPUT, gpio.INPUT, gpio.HIGH, gpio.LOW
gpio.mode( pin, mode)
@ -219,6 +218,7 @@ close()
描述:关闭服务器
net.socket module
-------
connect(port, ip)
描述连接到某ip和端口
port端口号