ardupilot/libraries/AP_HAL/utility
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles.
- Allows use of hardware floating point on the Cortex-M4.
- Added "f" suffix to floating point literals.
- Call floating point versions of stdlib math functions.
2013-01-16 13:52:01 +11:00
..
BetterStream.h AP_HAL: BetterStream gets vprintf and vprintf_P methods 2012-12-20 14:53:22 +11:00
Print.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +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