修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下

This commit is contained in:
xin
2024-09-27 16:16:03 +08:00
parent 6d47134dac
commit e8d98f155d
37 changed files with 2361 additions and 257 deletions

View File

@ -0,0 +1,18 @@
/**
******************************************************************************
* @file : testmain.cpp
* @author : xin
* @brief : None
* @attention : None
* @date : 2024/8/14
******************************************************************************
*/
#include "IS11_INST.h"
int main() {
// IS11SensorInit();
Set_Serial_FUN(NULL,NULL);
return 0;
}
//
// Created by xin on 2024/8/14.
//