keitaro takeuchi / MPU6050-DMP

Dependents:   MPU6050Test_LPC

Fork of MPU6050-DMP by NagaokaRoboticsClub_mbedTeam

Files at this revision

API Documentation at this revision

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: