mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 04:37:35 +08:00
px4fmu param @unit take 2
This commit is contained in:
committed by
Lorenz Meier
parent
9c94acc3e3
commit
7a051cbd8f
@@ -48,12 +48,7 @@
|
||||
* Set to 1 to invert the channel, 0 for default direction.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 default
|
||||
* @value 1 invert
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @unit boolean
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_REV1, 0);
|
||||
@@ -64,12 +59,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV1, 0);
|
||||
* Set to 1 to invert the channel, 0 for default direction.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 default
|
||||
* @value 1 invert
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @unit boolean
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_REV2, 0);
|
||||
@@ -80,12 +70,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV2, 0);
|
||||
* Set to 1 to invert the channel, 0 for default direction.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 default
|
||||
* @value 1 invert
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @unit boolean
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_REV3, 0);
|
||||
@@ -96,12 +81,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV3, 0);
|
||||
* Set to 1 to invert the channel, 0 for default direction.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 default
|
||||
* @value 1 invert
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @unit boolean
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_REV4, 0);
|
||||
@@ -112,12 +92,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV4, 0);
|
||||
* Set to 1 to invert the channel, 0 for default direction.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 default
|
||||
* @value 1 invert
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @unit boolean
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_REV5, 0);
|
||||
@@ -128,12 +103,7 @@ PARAM_DEFINE_INT32(PWM_AUX_REV5, 0);
|
||||
* Set to 1 to invert the channel, 0 for default direction.
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @unit enum
|
||||
* @value 0 default
|
||||
* @value 1 invert
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @unit boolean
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_REV6, 0);
|
||||
|
||||
Reference in New Issue
Block a user