ardupilot/libraries/AC_PID
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/AC_PID_test build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
AC_PID.cpp Add AVR compatibility header for missing math.h definitions. 2013-01-16 13:52:17 +11:00
AC_PID.h AC_PID: fixed build on ARM 2013-01-02 22:09:02 +11:00
keywords.txt Added D term to APM_PI - need to refactor this as a parent class and two child classes to save code space, remove dupes 2012-01-28 21:21:43 -08:00