ardupilot/libraries/AP_HAL/utility
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
..
BetterStream.h AP_HAL: BetterStream gets vprintf and vprintf_P methods 2012-12-20 14:53:22 +11:00
Print.cpp Add AVR compatibility header for missing math.h definitions. 2013-01-16 13:52:17 +11:00
Print.h AP_HAL: added double print functions 2012-12-20 14:51:27 +11:00
Stream.h AP_HAL: UARTDriver & Stream uses only sized int types 2012-12-20 14:51:33 +11:00