You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
DrZiplok 5faadf4cd1 use memset rather than explicit assignments to zero to zero an array, this saves code space. 14 years ago
..
examples/AP_Compass_test AP_Compass - small change to include file used in example. 14 years ago
AP_Compass.h Updated compass library. 14 years ago
AP_Compass_HIL.cpp use memset rather than explicit assignments to zero to zero an array, this saves code space. 14 years ago
AP_Compass_HIL.h needs some help 14 years ago
AP_Compass_HMC5843.cpp Fixed issues with AP_Compass 14 years ago
AP_Compass_HMC5843.h needs some help 14 years ago
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. 14 years ago
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) 14 years ago