31 Commits (b9ba41c12a626e1f95c4cb8a11b68a430d2908e1)

Author SHA1 Message Date
Amilcar Lucas c7d1974741 RC_Channel_aux: cycle thru all functions except k_none and k_nr_aux_servo_functions 13 years ago
Andrew Tridgell 518d6365ff AP_Param: update remaining libraries for new constructor syntax 13 years ago
Amilcar Lucas 107155fa1a AP_Mount: Allow using any RC channel to control any of the mount axes. 13 years ago
Amilcar Lucas b8c7b8a786 RC_Channel: Allow each channel to know who they are, this simplifies the enabling and output function calls. 13 years ago
Amilcar Lucas 22d2f9ea15 Support up to 7 aux servo outputs 13 years ago
Amilcar Lucas 461098b289 Replace long with int32_t 13 years ago
Amilcar Lucas 1da0ce20ce Improve parameter documentation, it still does not work, but is an improvement. 13 years ago
rmackay9 669ffb5ef8 RC_Channel_aux: added enable_out method to help stop servos from moving before the mount has initialised. 13 years ago
Amilcar Lucas cc02d85cdf AP_Mount: add support for non-spring-loaded joysticks 13 years ago
Amilcar Lucas 9a41cbffdf RC_Channel: improve parameter documentation 13 years ago
Amilcar Lucas af338939be RC_Channel: Improve documentation 13 years ago
Amilcar Lucas e9c72822dc Remove unused function 13 years ago
Amilcar Lucas 78ccb9d37f Add linebreaks to increase readability. 13 years ago
Amilcar Lucas b072a59843 Improve parameters descriptive text 13 years ago
Amilcar Lucas 594cedd324 Documentation improvements, no functional changes (only comments) 13 years ago
Amilcar Lucas 1906e06b69 Added camera trigger functionality 13 years ago
Amilcar Lucas a32b7c200b Add "3 axis camera stabilization" and "point camera to 3D point" functionality 13 years ago
Andrew Tridgell 085cc00c33 RC_Channel_aux: fixed a uninitialied variable error, and save a bit of stack space 13 years ago
Andrew Tridgell 47807ec68d RC_Channel_aux: catch invalid function settings 13 years ago
Andrew Tridgell 9c5a5473ab added indexes to group info structures 13 years ago
Andrew Tridgell bf4a77da81 convert libraries to new typesafe macros 13 years ago
Andrew Tridgell 12dac42174 modify RC_Channel for AP_Param 13 years ago
Pat Hickey c9f7618ccc purple: rework the RC_Channel library for the APM_RC changes 13 years ago
Amilcar Lucas ab730ff919 Added camera and/or antenna mount support. 13 years ago
Andrew Tridgell 0211fc2f09 move g_rc_function[] to RC_Channel library 13 years ago
Amilcar Lucas 227ce0a92d Merge some small misc improvements from APM_Camera branch 14 years ago
Amilcar Lucas 1f29197771 Revert more of 6dcbc7f44bc0. 14 years ago
Amilcar Lucas 5406991831 Added support for routing any function to any of the aux. servos. 14 years ago
Amilcar Lucas c7b3bfd295 Use the G_RC_AUX macro when possible. Added more comments. Remove unused code 14 years ago
Amilcar Lucas ce010b4e38 Moved update_aux_servo_function() to the RC_Channel_aux.* files. 14 years ago
Amilcar Lucas 213969202a Moved the RC_Channel_aux class to its own file. The includes could be improved, has anyone got any ideas how ? 14 years ago