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.
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 |
--- 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;
}
//--------------------------------------------------
