Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of ROHM-DragonFly-MultiSensorShield_Interface by
Revision 6:872eb454b3c4, committed 2015-09-28
- 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
