This commit is contained in:
2026-03-20 21:19:04 +08:00
parent 90c3d919df
commit 9d3b4b836f
247 changed files with 22127 additions and 30305 deletions

2
user/MCU/lhl_i2c_slave.h Executable file → Normal file
View File

@@ -69,7 +69,7 @@ typedef struct
extern I2C_DATA_TypeDef I2CData;
void I2C_Slave_Init(u32 clockSpeed ,u16 slaveAddress);
void StartDMA_I2C_Slave_RX(u32 clockSpeed ,u16 slaveAddress);
void DMA_I2C_Slave_Init(u32 clockSpeed ,u16 slaveAddress);
//=====================================================================