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