|
- #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);
- }
- }
復制代碼
使用stm32F103連接機智云平臺遠程控制設備以及監控
|
-
-
機智云.7z
2020-5-6 22:40 上傳
點擊文件名下載附件
下載積分: 黑幣 -5
516.03 KB, 下載次數: 20, 下載積分: 黑幣 -5
|