diff --git a/softi2c.c b/softi2c.c index 0b60e71..621e3b3 100644 --- a/softi2c.c +++ b/softi2c.c @@ -105,6 +105,7 @@ uint8_t SoftI2C_ReadByte(SoftI2C_TypeDef *SoftI2Cx) void SoftI2C_Ack(SoftI2C_TypeDef *SoftI2Cx) { + SCL_Clr; SDA_Clr; Delay; SCL_Set;