Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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) { }