mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-25 03:47:47 +08:00
12 lines
118 B
C
12 lines
118 B
C
#include "i2c.h"
|
|
#include "stdint.h"
|
|
|
|
#define IIC_DEVICE_CNT ()
|
|
|
|
typedef struct
|
|
{
|
|
I2C_HandleTypeDef* handle;
|
|
|
|
};
|
|
|