19 lines
462 B
C++
19 lines
462 B
C++
/**
|
|
******************************************************************************
|
|
* @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.
|
|
//
|