ardupilot/libraries/AP_Compass
deweibel 8c76c8c936 Add code for auto magnetometer offset nulling.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1615 f9c3cf11-9bcb-44bc-f272-b75c42450872
2011-02-08 20:17:16 +00:00
..
examples/AP_Compass_test AP_Compass - small change to include file used in example. 2010-12-18 04:48:52 +00:00
AP_Compass.h Updated compass library. 2010-12-02 05:13:12 +00:00
AP_Compass_HIL.cpp use memset rather than explicit assignments to zero to zero an array, this saves code space. 2010-12-28 23:32:37 +00:00
AP_Compass_HIL.h needs some help 2010-12-02 05:54:02 +00:00
AP_Compass_HMC5843.cpp Add code for auto magnetometer offset nulling. 2011-02-08 20:17:16 +00:00
AP_Compass_HMC5843.h Add code for auto magnetometer offset nulling. 2011-02-08 20:17:16 +00:00
Compass.h Pure virtual classes should declare pure virtual member functions as 0, rather than having the linker go looking for implementations elesewhere. This lets the compiler generate better error messages when a subclass fails to implement one or more required functions. 2010-12-28 23:31:58 +00:00
keywords.txt AP_Compass - changed include for AP_Math to use relative path (it was erroring for me at least when compiling ArduCopterNG with AP_Compass) 2010-12-12 14:02:21 +00:00