Acceleration in meter per second square

Fork of MPU6050 by Baser Kandehir

Revision:
8:0e3519559bcb
Parent:
7:c9f95ebeb780
--- a/MPU6050.h	Sat May 14 05:32:28 2016 +0000
+++ b/MPU6050.h	Wed Jun 15 22:28:32 2016 +0000
@@ -46,6 +46,7 @@
 extern float gx,gy,gz;
 extern int16_t accelData[3],gyroData[3],tempData;
 extern float accelBias[3], gyroBias[3];
+extern float axx;
  
 /* Function Prototypes */
 class MPU6050