├── Core ├── Compass_header_example_ver_0_1 │ ├── Compass_header_example.ino │ ├── compass.cpp │ └── compass.h └── Compass_header_example_ver_0_2 │ ├── Compass_header_example_ver_0_2.ino │ ├── DebugPlot │ ├── Debug plot_screenshoot.png │ ├── Debug_example_data.txt │ ├── Debug_plot.asv │ ├── Debug_plot.exe │ ├── Debug_plot.fig │ ├── Debug_plot.m │ ├── debug_variable.png │ └── mccExcludedFiles.log │ ├── compass.cpp │ └── compass.h ├── README.md └── Read Me (Compass header file description).pdf /Core/Compass_header_example_ver_0_1/Compass_header_example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_1/Compass_header_example.ino -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_1/compass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_1/compass.cpp -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_1/compass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_1/compass.h -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/Compass_header_example_ver_0_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/Compass_header_example_ver_0_2.ino -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/Debug plot_screenshoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/Debug plot_screenshoot.png -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/Debug_example_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/Debug_example_data.txt -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.asv -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.exe -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.fig -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/Debug_plot.m -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/debug_variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/debug_variable.png -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/DebugPlot/mccExcludedFiles.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/DebugPlot/mccExcludedFiles.log -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/compass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/compass.cpp -------------------------------------------------------------------------------- /Core/Compass_header_example_ver_0_2/compass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Core/Compass_header_example_ver_0_2/compass.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/README.md -------------------------------------------------------------------------------- /Read Me (Compass header file description).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helscream/HMC5883L_Header_Arduino_Auto_calibration/HEAD/Read Me (Compass header file description).pdf --------------------------------------------------------------------------------