Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MPU6050-DMP_test_JJ
Fork of MPU6050-DMP-Ian by
Revision 12:b46e84d27a32, committed 2014-05-08
- Comitter:
- pHysiX
- Date:
- Thu May 08 09:32:51 2014 +0000
- Parent:
- 11:c248bdcece21
- Child:
- 13:b1b98e5c61df
- Commit message:
- Code cleaning
Changed in this revision
| MPU/inc/MPU6050_6Axis_MotionApps20.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPU/inc/MPU6050_6Axis_MotionApps20.h Sat May 03 01:33:00 2014 +0000 +++ b/MPU/inc/MPU6050_6Axis_MotionApps20.h Thu May 08 09:32:51 2014 +0000 @@ -3,7 +3,7 @@ #ifndef _MPU6050_6AXIS_MOTIONAPPS20_H_ #define _MPU6050_6AXIS_MOTIONAPPS20_H_ -#include <iostream> +//#include <iostream> #include "I2Cdev.h" #include "helper_3dmath.h"
