We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094f708 commit 5715576Copy full SHA for 5715576
src/lib/ch422.c
@@ -73,7 +73,7 @@ xdata void IIC_Init(uint32_t bound, uint16_t address)
73
74
xdata void CH422_Init()
75
{
76
- IIC_Init(400000, IIC_OWN_ADDRESS);
+ IIC_Init(100000, IIC_OWN_ADDRESS);
77
}
78
79
void CH422_Check()
0 commit comments