Dubaaa
Fork of MPU6050 by
Revision 2:c80cf5653953, committed 2018-10-02
- Comitter:
- alejofb1
- Date:
- Tue Oct 02 12:53:04 2018 +0000
- Parent:
- 1:1e0baaf91e96
- Commit message:
- asddubAAAA+AA
Changed in this revision
I2Cdev.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1e0baaf91e96 -r c80cf5653953 I2Cdev.cpp --- 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) { }