133 Commits (e350bfbba869536d58d76c883cbde6c75b268930)

Author SHA1 Message Date
Andrew Tridgell cd430cb6a8 RC_Channel: added no_deadzone version of set_pwm() 12 years ago
Andrew Tridgell ceb3f577d8 libraries: use new math functions 12 years ago
Andrew Tridgell 22ada8b9c3 RC_Channel: fixed example build 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Pat Hickey a28c614fbe remove RC_Channel2 test sketch: deprecated by AP_HAL 12 years ago
Andrew Tridgell 4aa16303ed RC_Channel: updates for new AP_Param API 12 years ago
Pat Hickey 475da4eca4 CONFIG_HAL_BOARD - test sketches fixed up, build all passes 12 years ago
Pat Hickey afa1143506 RC_Channel: ported to AP_HAL 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
rmackay9 49619b15dd RC_Channel: move RC_CHANNEL_ANGLE, RANGE, ANGLE_RAW type definitions to .h file so they can be used by the main sketch 12 years ago
rmackay9 eac26b2313 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. 12 years ago
Andrew Tridgell 1059ef2a54 Plane: fixed secondary aileron and manual aux servos in failsafe 12 years ago
Andrew Tridgell 9c3865b924 RC_Channel: fixed example build 12 years ago
Andrew Tridgell d2170230f4 RC_Channel: added aileron_with_input aux function 12 years ago
Andrew Tridgell f58abb7550 RC_Channel: added pwm_to_angle_dz() function 12 years ago
Andrew Tridgell d57566ad0e RC_Channel: removed set_filter() and scale_output 12 years ago
Andrew Tridgell 024e5c3cc7 RC_Channel: added set_radio() and set_radio_to_trim() functions 12 years ago
Xichen Shi 8c46fced16 APM: Added functionality to use differential spoilers in elevon mode 12 years ago
Andrew Tridgell 5642922ca7 RC_Channel: simplify the example 12 years ago
Andrew Tridgell 86b509a609 RC_Channel: ensure _reverse is not 0 12 years ago
Pat Hickey 2936dbb9de RC_Channel unit test: fixed build, functionality still wrong 12 years ago
Andrew Tridgell 7b4dc246f8 RC_Channel: don't force radio_out in enable_aux_servos() 13 years ago
Andrew Tridgell 8620a036de RC_Channel_aux: minor cleanups 13 years ago
Andrew Tridgell bd31f340a7 RC_Channel: support channel reversal on range channels 13 years ago
Andrew Tridgell 3b97339104 RC_Channel: simplified RC_Channel_aux and fixed issue 725 13 years ago
rmackay9 5994117f6f RC_Channel_aux: bug fix which could cause channel to be assigned to the wrong function and miss others 13 years ago
uncrustify b1cf3f7f91 uncrustify libraries/RC_Channel/RC_Channel_aux.h 13 years ago
uncrustify 5564e0c440 uncrustify libraries/RC_Channel/RC_Channel.h 13 years ago
uncrustify fb2df43984 uncrustify libraries/RC_Channel/RC_Channel_aux.cpp 13 years ago
uncrustify e9fb7cfd92 uncrustify libraries/RC_Channel/RC_Channel.cpp 13 years ago
uncrustify 02877cfe28 uncrustify libraries/RC_Channel/examples/RC_Channel2/RC_Channel2.pde 13 years ago
uncrustify b2ade84dbb uncrustify libraries/RC_Channel/examples/RC_Channel/RC_Channel.pde 13 years ago
Amilcar Lucas c7d1974741 RC_Channel_aux: cycle thru all functions except k_none and k_nr_aux_servo_functions 13 years ago
Amilcar Lucas 0b0b9c29a2 Allow fully independent operation of two AP_Mount instances 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 9c1ac2d9e6 More work on ch9, 10 and 11 13 years ago
Amilcar Lucas bbc4bdb729 More flexible RC support 13 years ago
Amilcar Lucas 3de23220ed RC_Channel parameters: Fix a typo 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 724c5f6490 Use ascending order in the values 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