ardupilot/libraries/AP_Motors
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes
Most of AP_Progmem is already gone so we can stop including it in most
of the places. The only places that need it are the ones using
pgm_read_*() APIs.

In some cases the header needed to be added in the .cpp since it was
removed from the .h to reduce scope. In those cases the headers were
also reordered.
2015-10-30 14:35:32 +09:00
..
examples Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
AP_Motors_Class.cpp AP_Motors: get rid of _motor_to_channel_map 2015-09-29 11:59:25 +09:00
AP_Motors_Class.h Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
AP_Motors.h AP_Motors: Move traditional helicopter controls into AP_MotorsHeli_Single. 2015-08-31 11:27:31 +09:00
AP_MotorsCoax.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsCoax.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsHeli_RSC.cpp MotorsHeli_RSC: RotorControlState enum 2015-08-31 11:43:57 +09:00
AP_MotorsHeli_RSC.h MotorsHeli_RSC: add RotorControlMode enum 2015-08-31 11:43:58 +09:00
AP_MotorsHeli_Single.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsHeli_Single.h AP_Motors_Heli: remove unused allow_arming check 2015-10-27 09:14:40 +09:00
AP_MotorsHeli.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsHeli.h AP_Motors_Heli: remove unused allow_arming check 2015-10-27 09:14:40 +09:00
AP_MotorsHexa.cpp Copter Motors: add slow start feature 2013-09-12 22:27:44 +09:00
AP_MotorsHexa.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsMatrix.cpp AP_Motors: Group writes to motors 2015-10-06 10:42:18 +11:00
AP_MotorsMatrix.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsMulticopter.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsMulticopter.h MotorsMulti: add throttle_max accessor 2015-09-07 15:10:02 +09:00
AP_MotorsOcta.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsOcta.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsOctaQuad.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsOctaQuad.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsQuad.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsQuad.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsSingle.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsSingle.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsTri.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsTri.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsY6.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsY6.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00