mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 09:34:07 +08:00
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…
x
Reference in New Issue
Block a user