標(biāo)題:
使用stm32連接機智云平臺遠(yuǎn)程控制設(shè)備以及監(jiān)控
[打印本頁]
作者:
enjainfeng
時間:
2020-5-6 19:11
標(biāo)題:
使用stm32連接機智云平臺遠(yuǎn)程控制設(shè)備以及監(jiān)控
#include <string.h>
#include "gizwits_product.h"
#include "common.h"
/**
* @brief main
* In this function, the user - associated initialization and the main logical loop are completed
* @param none
* @return none
*/
int main(void)
{
userInit();
gizwitsInit();
while(1)
{
userHandle();
gizwitsHandle((dataPoint_t *)¤tDataPoint);
}
}
復(fù)制代碼
使用stm32F103連接機智云平臺遠(yuǎn)程控制設(shè)備以及監(jiān)控
機智云.7z
2020-5-6 22:40 上傳
點擊文件名下載附件
下載積分: 黑幣 -5
516.03 KB, 下載次數(shù): 20, 下載積分: 黑幣 -5
歡迎光臨 (http://www.torrancerestoration.com/bbs/)
Powered by Discuz! X3.1