SparkFun_MPU-9250-DMP_Arduino_Library
SparkFun_MPU-9250-DMP_Arduino_Library copied to clipboard
linear acceleration values
Is it possible to get linear acceleration values free of gravity from the DMP on the mpu9250? I see a calculation on float accelX = imu.calcAccel(imu.ax);
however Im not sure if accelX is the linear acceleration.