invis
Dependents: drum_axis WAND_PROJECT
Fork of MPU6050 by
Revision 6:63154afe4f7a, committed 2016-11-22
- Comitter:
- fxanhkhoa
- Date:
- Tue Nov 22 02:57:20 2016 +0000
- Parent:
- 5:9578325b0989
- Commit message:
- WAND_PROJECT UPDATE
Changed in this revision
MPU6050.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9578325b0989 -r 63154afe4f7a MPU6050.cpp --- a/MPU6050.cpp Wed Oct 26 10:40:59 2016 +0000 +++ b/MPU6050.cpp Tue Nov 22 02:57:20 2016 +0000 @@ -7,8 +7,8 @@ this->setSleepMode(false); //Initializations: - currentGyroRange = 3; - currentAcceleroRange = 3; + currentGyroRange = 0; + currentAcceleroRange = 0; } //--------------------------------------------------