invis

Dependents:   drum_axis WAND_PROJECT

Fork of MPU6050 by Khoa Bui Anh

Files at this revision

API Documentation at this revision

Comitter:
fxanhkhoa
Date:
Tue Oct 25 10:38:54 2016 +0000
Parent:
3:413d1d43b7aa
Child:
5:9578325b0989
Commit message:
ok;

Changed in this revision

MPU6050.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MPU6050.cpp	Sun Oct 23 07:54:08 2016 +0000
+++ b/MPU6050.cpp	Tue Oct 25 10:38:54 2016 +0000
@@ -7,8 +7,8 @@
     this->setSleepMode(false);
     
     //Initializations:
-    currentGyroRange = 0;
-    currentAcceleroRange=0;
+    currentGyroRange = 2;
+    currentAcceleroRange=2;
 }
 
 //--------------------------------------------------