sentry_chassis_hzz/bsp/bsp_iic.h

12 lines
118 B
C

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