標(biāo)題: 使用stm32連接機智云平臺遠(yuǎn)程控制設(shè)備以及監(jiān)控 [打印本頁]

作者: enjainfeng    時間: 2020-5-6 19:11
標(biāo)題: 使用stm32連接機智云平臺遠(yuǎn)程控制設(shè)備以及監(jiān)控
  1. #include <string.h>
  2. #include "gizwits_product.h"
  3. #include "common.h"

  4. /**
  5. * @brief main

  6. * In this function, the user - associated initialization and the main logical loop are completed

  7. * @param none
  8. * @return none
  9. */
  10. int main(void)
  11. {  
  12.     userInit();

  13.     gizwitsInit();
  14.    
  15.     while(1)
  16.     {
  17.         userHandle();
  18.         
  19.         gizwitsHandle((dataPoint_t *)¤tDataPoint);
  20.     }
  21. }


復(fù)制代碼

使用stm32F103連接機智云平臺遠(yuǎn)程控制設(shè)備以及監(jiān)控

機智云.7z

516.03 KB, 下載次數(shù): 20, 下載積分: 黑幣 -5






歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1