ISISA-Zacatenco / MPU6050

Dependents:   mpu6050_lk25_test

Files at this revision

API Documentation at this revision

Comitter:
Javierdf
Date:
Tue Nov 19 05:12:05 2019 +0000
Parent:
0:662207e34fba
Commit message:
prueba kl25 mpu6050

Changed in this revision

I2Cdev.h Show annotated file Show diff for this revision Revisions of this file
--- a/I2Cdev.h	Fri Jan 11 00:54:28 2013 +0000
+++ b/I2Cdev.h	Tue Nov 19 05:12:05 2019 +0000
@@ -9,8 +9,8 @@
 
 #include "mbed.h"
 
-#define I2C_SDA p28
-#define I2C_SCL p27
+#define I2C_SDA PTE0
+#define I2C_SCL PTE1
 
 class I2Cdev {
     private: