298 Commits (08332102fe5f9958fe31beb8e913befb924ea72c)

Author SHA1 Message Date
Peter Barker f2b8c9e501 RC_Channel: improve debug when failing to initialise RC channel 7 years ago
Peter Barker e4d3ed7e39 RC_Channel: move handling of sprayer and gripper in from Copter 7 years ago
Michael du Breuil e7ebea55d2 RC_Channel: Fix possible user induced out of bounds write 7 years ago
Peter Barker e4ff937c96 RC_Channel: remove min-max-configured pre-arm checks 7 years ago
Peter Barker 87e7cc7ef0 RC_Channels: zero all channels before populating 7 years ago
Peter Barker f2b1387c1c RC_Channel: add AUTOTUNE to init_aux_function routine 7 years ago
Peter Barker ff36eb3aca RC_Channel: remove old members objects 7 years ago
Peter Barker 5df70cf93a RC_Channel: update examples for new rc() method 7 years ago
Peter Barker 0f084ed5bf RC_Channel: add compatability static functions 7 years ago
Peter Barker 747fc3814d RC_Channel: rename in_rc_failsafe to has_valid_input 7 years ago
Peter Barker 61c34ea98c RC_Channel: move handling of auxillary switches into RC_Channel 7 years ago
Michael du Breuil 60f19bbf02 RC_Channel: Allow an input to be ignored 7 years ago
Michael du Breuil 16b6201195 RC_Channel: Allow a RC_OVERRIDE_TIMEOUT of -1 to use the overrides 7 years ago
Michael du Breuil 95eda5d9b7 RC_Channel: Remove unneeded interfaces 7 years ago
Michael du Breuil 0fcf07fde7 RC_Channel: Remove input() method from individual channels 7 years ago
Michael du Breuil 4253c7f74d RC_Channel: Move overrides out of the HAL 7 years ago
Michael du Breuil c8a93f9b76 RC_Channel: Remove set_overrides() method 7 years ago
Michael du Breuil 30554d0de0 RC_Channels: Collapse has_new_input() with set_pwm_all() 7 years ago
Michael du Breuil c8fdb90ab5 RC_Channel: Rework set_pwm_no_deadzone() to a recompute function 7 years ago
Michael du Breuil a6afc69c13 RC_Channel: Support most hal.rcin functions in RC_Channels 7 years ago
Andrew Tridgell ac4017e2ae RC_Channel: added set_and_save_radio_trim() 7 years ago
Andrew Tridgell e5813effff RC_Channel: improved efficiency of min_max_configured 7 years ago
Andrew Tridgell 0155434057 RC_Channel: fixed bug in manual with TRIM == MIN 8 years ago
Andrew Tridgell 64f722876f RC_Channel: use set_and_save_ifchanged 8 years ago
Andrew Tridgell b50ab75f4c RC_Channel: added set_and_save_trim() 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas ed07d5b5c9 RC_Channel: Improve the PWM parameters descriptions 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 8661bdda8a RC_Channel: Use SI units conventions in parameter units 8 years ago
Pierre Kancir 90661c528a RC_Channel: example fix travis warning 8 years ago
Andrew Tridgell d6d94bd26c RC_Channel: improved doc string 8 years ago
Andrew Tridgell 11afd0c7d4 RC_Channel: split RC_Channels.cpp out to separate cpp file 8 years ago
murata 836c8aa684 RC_Channel: Unify from print or println to printf. 8 years ago
Peter Barker d2b2ddcb02 RC_Channel: make min_max_configured const 8 years ago
Andrew Tridgell 77a7e7ca01 RC_Channel: give access to internals to SRV_Channel 8 years ago
Andrew Tridgell b6aa4205b4 RC_Channel: cleanup API and comments a bit 8 years ago
Andrew Tridgell 0791186cd2 RC_Channel: split SRV_Channel into separate directory 8 years ago
Andrew Tridgell 64aa13e7f4 RC_Channel: 2nd stage of SRV_Channels conversion 8 years ago
Peter Barker 319cfa766b RC_Channel: add method to get current radio out for a function 8 years ago
Peter Barker 7200692137 RC_Channel: make EPM a subclass of AP_Gripper_Backend 8 years ago
Peter Barker d2e798d549 RC_Channel: alias k_epm to k_kgripper 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell f9dd31b6e5 RC_Channel: support automatic servo trimming 8 years ago
Andrew Tridgell 992bf2368e RC_Channel: cope with SERVO_RNG_ENABLE changing while booted 8 years ago
Andrew Tridgell 4a9ddf52e0 RC_Channel: constrain output to servo range 8 years ago
Andrew Tridgell 2ceddddd3b RC_Channel: don't call output() in SRV_Channel 8 years ago
Andrew Tridgell 78ef3b77c6 RC_Channel: added disable_passthrough() method 8 years ago
Andrew Tridgell 2ec439d7e3 RC_Channel: added set_esc_scaling() to SRV_Channels 8 years ago
Andrew Tridgell 73b9123495 RC_Channel: added set_trim() API to SRV_Channels object 8 years ago
Andrew Tridgell c7f8b255e7 RC_Channel: added SRV_Channels object for remapping output channels 8 years ago
Andrew Tridgell fea7903aa8 RC_Channel: added get_radio_out_normalised() 8 years ago