增加了spi的bsp支持

This commit is contained in:
NeoZng
2022-12-28 23:12:25 +08:00
parent 25a0e24529
commit ab1a9726b1
10 changed files with 320 additions and 4 deletions

View File

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