Files
bf_original_balance_chassis/bsp/bsp_iic.h
2022-12-28 23:12:25 +08:00

12 lines
118 B
C

#include "i2c.h"
#include "stdint.h"
#define IIC_DEVICE_CNT ()
typedef struct
{
I2C_HandleTypeDef* handle;
};