11 lines
129 B
C
11 lines
129 B
C
|
//
|
||
|
// Created by lydxh on 2024/5/9.
|
||
|
//
|
||
|
|
||
|
#ifndef HW_LIB_T_IIC_H
|
||
|
#define HW_LIB_T_IIC_H
|
||
|
|
||
|
void Test_iic();
|
||
|
|
||
|
#endif //HW_LIB_T_IIC_H
|