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-DMP by
Revision 6:c7264ce7a66c, committed 2016-11-09
- Comitter:
- UCHITAKE
- Date:
- Wed Nov 09 08:54:53 2016 +0000
- Parent:
- 5:7d1bf3ce0053
- Commit message:
- MPU6050 LPC_ib
Changed in this revision
I2Cdev.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/I2Cdev.h Sat Nov 23 16:47:00 2013 +0000 +++ b/I2Cdev.h Wed Nov 09 08:54:53 2016 +0000 @@ -9,8 +9,8 @@ #include "mbed.h" -#define I2C_SDA p28 -#define I2C_SCL p27 +#define I2C_SDA p9 +#define I2C_SCL p10 class I2Cdev { private: