Mohamed Ashraf / MPU6050-DMP

Dependents:   MPU6050DMPV2

Revision:
12:775e1464e042
Parent:
11:feab67f916fe
Child:
13:0fc0f858fe0c
diff -r feab67f916fe -r 775e1464e042 MyMPU6050.h
--- a/MyMPU6050.h	Tue Dec 08 22:52:15 2015 +0000
+++ b/MyMPU6050.h	Wed Dec 09 03:25:10 2015 +0000
@@ -127,7 +127,6 @@
         }
         
         void enableInterrupt(){
-            mpu.resetFIFO();
             checkpin.rise(this, &MyMPU6050::dmpDataReady);
         }