stm32f103c8t6 with w5500 push cayenne
Diff: MPU6050.h
- Revision:
- 5:5bff0edcdff8
- Parent:
- 3:a173ad187e67
- Child:
- 7:b2f689b5fb63
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 */