forked from Archive/PX4-Autopilot
IO: Add param for S.BUS output
This commit is contained in:
parent
e09771be17
commit
4cfad588ff
|
@ -129,3 +129,14 @@ PARAM_DEFINE_INT32(PWM_MAIN_REV7, 0);
|
|||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_MAIN_REV8, 0);
|
||||
|
||||
/**
|
||||
* Enable S.BUS out
|
||||
*
|
||||
* Set to 1 to enable S.BUS version 1 output instead of RSSI.
|
||||
*
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_SBUS_MODE, 0);
|
||||
|
|
Loading…
Reference in New Issue