invis
Dependents: drum_axis WAND_PROJECT
Fork of MPU6050 by
Revision 5:9578325b0989, committed 2016-10-26
- Comitter:
- fxanhkhoa
- Date:
- Wed Oct 26 10:40:59 2016 +0000
- Parent:
- 4:2e3c40ea968b
- Child:
- 6:63154afe4f7a
- Commit message:
- ok
Changed in this revision
MPU6050.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPU6050.cpp Tue Oct 25 10:38:54 2016 +0000 +++ b/MPU6050.cpp Wed Oct 26 10:40:59 2016 +0000 @@ -7,8 +7,8 @@ this->setSleepMode(false); //Initializations: - currentGyroRange = 2; - currentAcceleroRange=2; + currentGyroRange = 3; + currentAcceleroRange = 3; } //--------------------------------------------------