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: HMC58X3 MODI2C MPU6050 MS561101BA
Fork of FreeIMU by
calibration.h
00001 00002 /** 00003 * FreeIMU calibration header. Automatically generated by FreeIMU_GUI. 00004 * Do not edit manually unless you know what you are doing. 00005 */ 00006 00007 00008 #define CALIBRATION_H 00009 00010 const int acc_off_x = 173; 00011 const int acc_off_y = -91; 00012 const int acc_off_z = -1444; 00013 const float acc_scale_x = 16341.321183; 00014 const float acc_scale_y = 16398.957638; 00015 const float acc_scale_z = 16624.461023; 00016 00017 const int magn_off_x = -282; 00018 const int magn_off_y = -220; 00019 const int magn_off_z = -354; 00020 const float magn_scale_x = 667.961420; 00021 const float magn_scale_y = 738.982822; 00022 const float magn_scale_z = 606.907380;
Generated on Tue Jul 12 2022 17:26:48 by
1.7.2
