invis

Dependents:   drum_axis WAND_PROJECT

Fork of MPU6050 by Khoa Bui Anh

Revision:
6:63154afe4f7a
Parent:
5:9578325b0989
--- 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;
 }
 
 //--------------------------------------------------