Question
Change clock rate I2C
Posted on January 18, 2012 at 12:13
How I can change clock rate for I2C bus? I need to get work wii motion plus. Code from arduino:
TWBR = ((16000000L / 400000L) - 16) / 2; // change the I2C clock rate
How I can do this in stm32?I'm use stm32f103vet6. #i2c #bus #rate #arduino #clock