MPU9250

Dependents:   FreeIMU

Fork of MPU6050 by Yifei Teng

Files at this revision

API Documentation at this revision

Comitter:
tyftyftyf
Date:
Wed Apr 18 20:24:13 2018 +0000
Parent:
21:ae3ee2d811eb
Commit message:
change to I2C 1

Changed in this revision

I2Cdev.h Show annotated file Show diff for this revision Revisions of this file
diff -r ae3ee2d811eb -r ec9725201195 I2Cdev.h
--- a/I2Cdev.h	Thu Mar 29 22:06:56 2018 +0000
+++ b/I2Cdev.h	Wed Apr 18 20:24:13 2018 +0000
@@ -11,8 +11,8 @@
 #include "mbed.h"
 
 #ifndef I2C_SDA
-    #define I2C_SDA p28
-    #define I2C_SCL p27
+    #define I2C_SDA p9
+    #define I2C_SCL p10
 #endif
 
 #include "mbed.h"