From f484d93b5abe4322a4e42c59c368e6ffa6b220cb Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Wed, 13 Oct 2021 17:55:59 +0800 Subject: [PATCH] Fix: Ack --- softi2c.c | 1 + 1 file changed, 1 insertion(+) 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;