Skip to content

Commit 5715576

Browse files
committed
降低IIC通信速率,提升稳定性
1 parent 094f708 commit 5715576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ch422.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ xdata void IIC_Init(uint32_t bound, uint16_t address)
7373

7474
xdata void CH422_Init()
7575
{
76-
IIC_Init(400000, IIC_OWN_ADDRESS);
76+
IIC_Init(100000, IIC_OWN_ADDRESS);
7777
}
7878

7979
void CH422_Check()

0 commit comments

Comments
 (0)