ROHMUSDC / Mbed 2 deprecated MultiTech_DragonFly_ROHMSensorShield_SampleApplication

Dependencies:   mbed

Fork of ROHM-DragonFly-MultiSensorShield_Interface by Francis Lee

Files at this revision

API Documentation at this revision

Comitter:
kbahar3
Date:
Mon Sep 28 18:36:57 2015 +0000
Parent:
5:bd9652c0f991
Child:
7:ae40e49391c8
Commit message:
Fixed Units

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Sep 25 20:54:35 2015 +0000
+++ b/main.cpp	Mon Sep 28 18:36:57 2015 +0000
@@ -303,9 +303,9 @@
         printf(" AccX= %0.2f g\r\n", MEMS_Accel_Conv_Xout);
         printf(" AccY= %0.2f g\r\n", MEMS_Accel_Conv_Yout);
         printf(" AccZ= %0.2f g\r\n", MEMS_Accel_Conv_Zout);
-        printf(" MagX= %0.2f g\r\n", MEMS_Mag_Conv_Xout);
-        printf(" MagY= %0.2f g\r\n", MEMS_Mag_Conv_Yout);
-        printf(" MagZ= %0.2f g\r\n", MEMS_Mag_Conv_Zout);
+        printf(" MagX= %0.2f uT\r\n", MEMS_Mag_Conv_Xout);
+        printf(" MagY= %0.2f uT\r\n", MEMS_Mag_Conv_Yout);
+        printf(" MagZ= %0.2f uT\r\n", MEMS_Mag_Conv_Zout);
         #endif
      
         #ifdef KX022