Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: MyMPU6050.h
- 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); }