242 Commits (487bbc3ed21a6ad309afc7f70229d106236ab2fc)

Author SHA1 Message Date
Andrew Tridgell 3377714300 RC_Channel: fixed typo 9 years ago
Andrew Tridgell 934d2b6ae4 RC_Channel: added setup_failsafe_trim_mask() 9 years ago
Andrew Tridgell 120564f094 RC_Channel: set_radio() should not constrain values 9 years ago
Andrew Tridgell 4e3dd315cb RC_Channel: fixed double channel assignment 9 years ago
Andrew Tridgell 2094cb2d88 RC_Channel: fixed example for MAVLink2 9 years ago
Ricardo de Almeida Gonzaga 099fc69032 RC_Channel: Fix typos 9 years ago
Andrew Tridgell a41ffc176c RC_Channel: added motor tilt auxillary channel 9 years ago
skyscraper c0c8f1a5cc RC_Channel: RC_Channel refactor 9 years ago
skyscraper d16659331f RC_Channel_aux: Rename static member functions 9 years ago
skyscraper d9ab3baf84 RC_Channel: Refactor to make data members private 9 years ago
Andrew Tridgell 50908edc91 RC_Channel: added parameter docs for missing RCn_FUNCTION values 9 years ago
Andrew Tridgell ab0b76764f RC_Channel: added set_servo_failsafe_pwm() 9 years ago
skyscraper 134ea338da RC_Channel: remove unused control_mix method 9 years ago
Andrew Tridgell 54f7aeed83 RC_Channel: extend channel mapping to 16 channels 9 years ago
Andrew Tridgell ed2f26d7b8 RC_Channel: allow for pass-thru from low channels to any channel 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Andrew Tridgell 1ecfa6b487 RC_Channel: fixed example in SITL 9 years ago
Andrew Tridgell 4deb01b8d5 RC_Channel: set AP_PARAM_NO_SHIFT 9 years ago
Lucas De Marchi 08cc7b2472 RC_Channel: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Andrew Tridgell a07a8aece1 RC_Channel: added pwm_to_angle_dz_trim() 9 years ago
Andrew Tridgell 9941c91d36 RC_Channel: prevent a warning message for assigned RC channels 9 years ago
Andrew Tridgell b6155d2cb6 RC_Channel: fixed output for k_motor* 9 years ago
Andrew Tridgell 238e912000 RC_Channel: allow find_channel() to be called early 9 years ago
Andrew Tridgell 9123ef9f38 RC_Channel: added find_channel() and channel numbers 9 years ago
Andrew Tridgell 6a58264c6b RC_Channel: added set_aux_channel_default() API 9 years ago
Andrew Tridgell 7cc53b6449 RC_Channel: setup only in or out part of channels for aux channels 9 years ago
Andrew Tridgell 48b774bc63 RC_Channel: allow more complete separation of input and output of channels 9 years ago
Jonathan Challinger 027e622a3c RC_Channel: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell e1c890eb58 RC_Channel: added RC_UART example 9 years ago
Lucas De Marchi e8e48fd8e0 RC_Channel: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Andrew Tridgell 52f2fce1d5 RC_Channel: prevent float exception with bad RCn_MIN/MAX/TRIM 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Robert Lefebvre 58e918341d RC_Channel: Add motor_run_enable aux function 9 years ago
Andrew Tridgell ea5cd99651 RC_Channel: use is_bounded_int32() 9 years ago
Grant Morphett 7edf8c0e0a RC_Channel: New method to detect if channel is in trim location 9 years ago
Lucas De Marchi 2a91d2169e RC_Channel: remove check for AVR CPUs 9 years ago
Lucas De Marchi 2847af905e RC_Channel: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Jonathan Challinger 21e7d46944 RC_Channel: use set_default for runtime param defaults 9 years ago
Caio Marcelo de Oliveira Filho e36728d1db RC_Channel: make example compile again 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Grant Morphett 122e88dbed RC_Channel: remove the unused test function get_failsafe 10 years ago
Andrew Tridgell 1162503199 RC_Channel: fixed example build 10 years ago