sfas

Dependents:   Bracky-MPU6050-DMP

Fork of MPU6050 by Shundo Kishi

Revision:
12:775e1464e042
Parent:
11:feab67f916fe
--- 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);
         }