class IMU nucleo

Dependents:   Coupe-Robotique-FIP-Main

Fork of IMU_FIP by Robotique FIP

Revision:
2:3088586fe88c
Parent:
1:eb79df94d147
Child:
3:89e327e1217f
--- a/Imu.h	Thu Apr 09 18:23:01 2015 +0000
+++ b/Imu.h	Fri Apr 10 16:38:46 2015 +0000
@@ -16,7 +16,7 @@
         volatile float TEMPERATURE_Value_C;
         volatile float HUMIDITY_Value;
         volatile float PRESSURE_Value;
-        volatile AxesRaw_TypeDef *MAG_Value;
-        volatile AxesRaw_TypeDef *ACC_Value;
-        volatile AxesRaw_TypeDef *GYR_Value;  
+        AxesRaw_TypeDef *MAG_Value;
+        AxesRaw_TypeDef *ACC_Value;
+        AxesRaw_TypeDef *GYR_Value;  
 };
\ No newline at end of file