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 4:cec6cbc712a3, committed 2015-07-27
- Comitter:
- JessAlcaide
- Date:
- Mon Jul 27 22:25:12 2015 +0000
- Parent:
- 3:a173ad187e67
- Commit message:
- mbed FDRM-KL25Z
Changed in this revision
MPU6050.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a173ad187e67 -r cec6cbc712a3 MPU6050.cpp --- a/MPU6050.cpp Tue Jul 21 08:16:36 2015 +0000 +++ b/MPU6050.cpp Mon Jul 27 22:25:12 2015 +0000 @@ -28,7 +28,7 @@ #include "MPU6050.h" -I2C i2c(p9,p10); // setup i2c (SDA,SCL) +I2C i2c(PTC9,PTC8); // setup i2c (SDA,SCL) /* Set initial input parameters */