MPU6050-DMP-Seeed-Tiny-BLE
Fork of MPU6050-DMP-Ian by
Diff: I2C/I2Cdev.cpp
- Revision:
- 16:ae51ac8b7cf1
- Parent:
- 7:4619a083f289
--- a/I2C/I2Cdev.cpp Wed Jun 10 10:00:15 2015 +0000 +++ b/I2C/I2Cdev.cpp Wed Jun 10 12:55:30 2015 +0000 @@ -9,13 +9,13 @@ I2Cdev::I2Cdev(): i2c(I2C_SDA,I2C_SCL), debugSerial(USBTX, USBRX) { - i2c.frequency(400000); + i2c.frequency(200000); debugSerial.baud(115200); } I2Cdev::I2Cdev(PinName i2cSda, PinName i2cScl): i2c(i2cSda,i2cScl), debugSerial(USBTX, USBRX) { - i2c.frequency(400000); + i2c.frequency(200000); debugSerial.baud(115200); }