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: i2c_MPU6050_335_template CS335_Final_Project_i2c_MPU6050_Gyro_Mouse
Diff: MPU6050.h
- Revision:
- 5:5bff0edcdff8
- Parent:
- 3:a173ad187e67
- Child:
- 7:c5b827f8be2b
diff -r 20f1f660e5c3 -r 5bff0edcdff8 MPU6050.h --- a/MPU6050.h Wed Aug 05 12:17:44 2015 +0000 +++ b/MPU6050.h Wed Aug 05 12:45:47 2015 +0000 @@ -33,7 +33,6 @@ #define PI 3.14159265359 // This value will be used when calculating angles #define dt 0.005 // 200 Hz sampling period -extern I2C i2c; // extern the i2c in order to able to use from other files extern float aRes, gRes; /* whoAmI func uses this func, variables etc */