ardupilot/libraries/AP_Compass
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions.
- Define float versions of math functions to the double versions
  on AVR (eg. #define sinf sin).
- These macros appear to be missing in older versions of avr-libs.
- Include AP_Math.h rather than math.h to get these definitions.
2013-01-16 13:52:17 +11:00
..
examples/AP_Compass_test AP_Compass: first cut at a PX4 compass driver 2013-01-04 16:21:24 +11:00
AP_Compass_HIL.cpp AP_Compass: ported to AP_HAL 2012-12-20 14:51:26 +11:00
AP_Compass_HIL.h Compass: added compass.accumulate() API 2012-09-08 10:05:54 +10:00
AP_Compass_HMC5843.cpp Add AVR compatibility header for missing math.h definitions. 2013-01-16 13:52:17 +11:00
AP_Compass_HMC5843.h AP_HAL: Add semaphores to I2C driver. 2013-01-04 15:43:43 -08:00
AP_Compass_PX4.cpp AP_Compass: added set_board_orientation() method 2013-01-13 17:32:48 +11:00
AP_Compass_PX4.h AP_Compass: first cut at a PX4 compass driver 2013-01-04 16:21:24 +11:00
AP_Compass.h AP_Compass: first cut at a PX4 compass driver 2013-01-04 16:21:24 +11:00
Compass.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
Compass.h AP_Compass: added set_board_orientation() method 2013-01-13 17:32:48 +11: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