与master分支同步更改

This commit is contained in:
panrui
2022-12-29 16:53:10 +08:00
parent 3e312b0041
commit 390e168b46
25 changed files with 674 additions and 161 deletions

View File

@@ -0,0 +1,11 @@
#include "i2c.h"
#include "stdint.h"
#define IIC_DEVICE_CNT ()
typedef struct
{
I2C_HandleTypeDef* handle;
};