ardupilot/libraries/APM_Control
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
..
APM_Control.h APM_Control: added new APM controllers library 2012-08-22 12:39:07 +10:00
AP_PitchController.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
AP_PitchController.h APM_Control: updates for new AP_Param API 2012-12-20 14:51:38 +11:00
AP_RollController.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
AP_RollController.h APM_Control: updates for new AP_Param API 2012-12-20 14:51:38 +11:00
AP_YawController.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
AP_YawController.h APM_Control: fixed build on ARM 2013-01-02 14:45:09 +11:00