t

Dependents:   MPU6050

Fork of I2Cdev by Shundo Kishi

Files at this revision

API Documentation at this revision

Comitter:
sem40590
Date:
Thu Jun 15 15:10:10 2017 +0000
Parent:
0:3aa973ebe3e5
Commit message:
g

Changed in this revision

I2Cdev.h Show annotated file Show diff for this revision Revisions of this file
--- a/I2Cdev.h	Sun Jan 31 13:52:23 2016 +0000
+++ b/I2Cdev.h	Thu Jun 15 15:10:10 2017 +0000
@@ -11,8 +11,8 @@
 
 #include "mbed.h"
 
-#define I2C_SDA p28
-#define I2C_SCL p27
+#define I2C_SDA D14
+#define I2C_SCL D15
 
 class I2Cdev {
     private: