Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 316 Bytes

File metadata and controls

24 lines (14 loc) · 316 Bytes

Arduino

Arduino

::ESP8266

ESP01S_OneNET

ESP-01S

基于中移物联网平台 MQTT协议

PubSubClient库来源于网络

应用中命令下发字符串格式为: {"IO":0,"Value":{V}} 或 {"IO":2,"Value":{V}}

IO表示IO端口 :0/2

Value表示值, 1为高电平,0/其它值为低电平

::ESP8266 End