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: MPU6050_tmp mbed
calibration.h
00001 00002 /** 00003 * FreeIMU calibration header. Automatically generated by octave AccMagnCalib.m. 00004 * Do not edit manually unless you know what you are doing. 00005 */ 00006 00007 /* // following example of calibration.h 00008 #define CALIBRATION_H 00009 00010 const int acc_off_x = 205; 00011 const int acc_off_y = -39; 00012 const int acc_off_z = 1063; 00013 const float acc_scale_x = 7948.565970; 00014 const float acc_scale_y = 8305.469320; 00015 const float acc_scale_z = 8486.650841; 00016 00017 const int magn_off_x = 67; 00018 const int magn_off_y = -59; 00019 const int magn_off_z = 26; 00020 const float magn_scale_x = 527.652115; 00021 const float magn_scale_y = 569.016790; 00022 const float magn_scale_z = 514.710857; 00023 */ 00024
Generated on Tue Jul 19 2022 06:40:55 by
1.7.2