1 Star 0 Fork 0

DFRobot/pxt-DFRobot_WIFI_IoT_I2C

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.ts 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
input.onButtonPressed(Button.A, function () {
DFRobotWiFiIoTI2C.mqttSendMessageMore("mess", DFRobotWiFiIoTI2C.TOPIC.topic_0)
})
DFRobotWiFiIoTI2C.mqttCallbackUserMore(DFRobotWiFiIoTI2C.TOPIC.topic_0, function (message) {
serial.writeLine("" + (message))
})
DFRobotWiFiIoTI2C.WIFISetup("yourSSID", "yourPASSWORD")
DFRobotWiFiIoTI2C.mqttSetup(
"yourIotId",
"yourIotPwd",
"yourIotTopic",
DFRobotWiFiIoTI2C.SERVERS.China
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dfrobot/pxt-DFRobot_WIFI_IoT_I2C.git
git@gitee.com:dfrobot/pxt-DFRobot_WIFI_IoT_I2C.git
dfrobot
pxt-DFRobot_WIFI_IoT_I2C
pxt-DFRobot_WIFI_IoT_I2C
master

搜索帮助