test kl25 mpu6050

Dependencies:   mbed MPU6050

Files at this revision

API Documentation at this revision

Comitter:
Javierdf
Date:
Tue Nov 19 05:13:47 2019 +0000
Parent:
0:84dda456d02c
Commit message:
mpu6050 test kl25

Changed in this revision

MPU6050.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MPU6050.lib	Fri Jan 11 00:58:23 2013 +0000
+++ b/MPU6050.lib	Tue Nov 19 05:13:47 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/garfieldsg/code/MPU6050/#662207e34fba
+https://os.mbed.com/teams/ISISA-Zacatenco/code/MPU6050/#548c696e08fd
--- a/main.cpp	Fri Jan 11 00:58:23 2013 +0000
+++ b/main.cpp	Tue Nov 19 05:13:47 2019 +0000
@@ -1,5 +1,6 @@
 #include "mbed.h"
 #include "MPU6050.h"
+//#include "device.h"
 
 DigitalOut myled(LED1);
 Serial pc(USBTX, USBRX);