ardupilot/libraries/RC_Channel
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_Param: #include <AP_Param.h> fixups for libraries & sketches 2012-12-20 14:51:19 +11:00
RC_Channel.cpp RC_Channel: move RC_CHANNEL_ANGLE, RANGE, ANGLE_RAW type definitions to .h file so they can be used by the main sketch 2012-12-09 16:42:58 +09:00
RC_Channel.h AP_Param: #include <AP_Param.h> fixups for libraries & sketches 2012-12-20 14:51:19 +11:00
RC_Channel_aux.cpp RC_Channel_aux: immediately send output to servos when set_radio, set_radio_to_min, set_radio_to_max, set_radio_to_trim or set_servo_out functions are called. 2012-12-06 17:41:42 +09:00
RC_Channel_aux.h Plane: fixed secondary aileron and manual aux servos in failsafe 2012-11-26 23:32:57 +11:00