Mpu9250

Dependents:   ACC_MPU9250

Revision:
1:ca2a40219dc1
Parent:
0:98a0cccbc509
--- a/MPU9250.h	Tue Jul 05 07:09:43 2016 +0000
+++ b/MPU9250.h	Mon Feb 24 06:46:33 2020 +0000
@@ -163,17 +163,17 @@
 
 // Set initial input parameters
 enum Ascale {
-  AFS_2G = 0,
+  AFS_2G,
   AFS_4G,
   AFS_8G,
-  AFS_16G
+  AFS_16G=11
 };
 
 enum Gscale {
-  GFS_250DPS = 0,
+  GFS_250DPS,
   GFS_500DPS,
   GFS_1000DPS,
-  GFS_2000DPS
+  GFS_2000DPS=11
 };
 
 enum Mscale {