1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Added I2C clock stretching.

This commit is contained in:
Anders Hoglund 2016-06-27 14:12:02 +02:00
parent 08ff559ccf
commit 16d9a952a2
2 changed files with 5 additions and 0 deletions

View file

@ -101,6 +101,8 @@ void i2cInit(I2CDevice device)
I2C_Init(I2Cx, &i2cInit);
I2C_StretchClockCmd(I2Cx, ENABLE);
I2C_Cmd(I2Cx, ENABLE);
}