Dubaaa

Fork of MPU6050 by Simon Garfieldsg

Revision:
2:c80cf5653953
Parent:
1:1e0baaf91e96
--- a/I2Cdev.cpp	Wed May 08 00:34:55 2013 +0000
+++ b/I2Cdev.cpp	Tue Oct 02 12:53:04 2018 +0000
@@ -7,7 +7,7 @@
 
 #define useDebugSerial
 
-I2Cdev::I2Cdev(): debugSerial(USBTX, USBRX), i2c(I2C_SDA,I2C_SCL)
+I2Cdev::I2Cdev(): debugSerial(USBTX, USBRX), i2c(PTC11,PTC10)
 {
 
 }