ardupilot/libraries/AP_Motors
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches
* I mostly went through with grep and added an #include <AP_Param.h> below
  every #include <AP_Common.h>. Not all of these example sketches might
  strictly need AP_Param.
2012-12-20 14:51:19 +11:00
..
examples/AP_Motors_test AP_Param: #include <AP_Param.h> fixups for libraries & sketches 2012-12-20 14:51:19 +11:00
AP_Motors.cpp AP_Motors: add comments for parameters 2012-12-10 21:37:20 +09:00
AP_Motors.h AP_Motors: bug fix to reached_limits so by default it returns true if any limits have been breached 2012-10-31 22:00:17 +09:00
AP_MotorsHeli.cpp ACM: TradHeli 2012-12-08 15:12:39 -05:00
AP_MotorsHeli.h ACM: TradHeli 2012-12-08 15:12:39 -05:00
AP_MotorsHexa.cpp uncrustify libraries/AP_Motors/AP_MotorsHexa.cpp 2012-08-21 19:03:59 -07:00
AP_MotorsHexa.h uncrustify libraries/AP_Motors/AP_MotorsHexa.h 2012-08-21 19:03:59 -07:00
AP_MotorsMatrix.cpp AP_Motors: added reached_limit method which returns bit mask indicating which control inputs could not be achieved 2012-10-11 17:19:54 +09:00
AP_MotorsMatrix.h AP_MotorsMatrix: modified stability patch to sacrifice yaw first if necessary to ensure stability. 2012-10-09 15:48:15 +09:00
AP_MotorsOcta.cpp uncrustify libraries/AP_Motors/AP_MotorsOcta.cpp 2012-08-21 19:03:59 -07:00
AP_MotorsOcta.h uncrustify libraries/AP_Motors/AP_MotorsOcta.h 2012-08-21 19:04:07 -07:00
AP_MotorsOctaQuad.cpp uncrustify libraries/AP_Motors/AP_MotorsOctaQuad.cpp 2012-08-21 19:03:59 -07:00
AP_MotorsOctaQuad.h uncrustify libraries/AP_Motors/AP_MotorsOctaQuad.h 2012-08-21 19:04:07 -07:00
AP_MotorsQuad.cpp uncrustify libraries/AP_Motors/AP_MotorsQuad.cpp 2012-08-21 19:03:35 -07:00
AP_MotorsQuad.h uncrustify libraries/AP_Motors/AP_MotorsQuad.h 2012-08-21 19:03:59 -07:00
AP_MotorsTri.cpp ArduCopter: added throttle curve (although disabled by default) for all multicopters 2012-09-18 23:05:08 +09:00
AP_MotorsTri.h ArduCopter: removed INSTANT_PWM from ArduCopter and AP_Motors library 2012-09-13 21:31:13 +09:00
AP_MotorsY6.cpp uncrustify libraries/AP_Motors/AP_MotorsY6.cpp 2012-08-21 19:03:59 -07:00
AP_MotorsY6.h uncrustify libraries/AP_Motors/AP_MotorsY6.h 2012-08-21 19:04:07 -07:00