This commit is contained in:
lxbpxylps@126.com 2021-10-13 17:55:59 +08:00
parent 3f66272554
commit f484d93b5a

View File

@ -105,6 +105,7 @@ uint8_t SoftI2C_ReadByte(SoftI2C_TypeDef *SoftI2Cx)
void SoftI2C_Ack(SoftI2C_TypeDef *SoftI2Cx) void SoftI2C_Ack(SoftI2C_TypeDef *SoftI2Cx)
{ {
SCL_Clr;
SDA_Clr; SDA_Clr;
Delay; Delay;
SCL_Set; SCL_Set;