mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
drv_pwm: added new PWM_SERVO_SET_MODE ioctl
This commit is contained in:
parent
c66fab01e5
commit
e60f2c3f41
@ -244,6 +244,20 @@ struct pwm_output_rc_config {
|
||||
/** set SBUS output frame rate in Hz */
|
||||
#define PWM_SERVO_SET_SBUS_RATE _PX4_IOC(_PWM_SERVO_BASE, 31)
|
||||
|
||||
/** set auxillary output mode. These correspond to enum Mode in px4fmu/fmu.cpp */
|
||||
#define PWM_SERVO_MODE_NONE 0
|
||||
#define PWM_SERVO_MODE_2PWM 1
|
||||
#define PWM_SERVO_MODE_2PWM2CAP 2
|
||||
#define PWM_SERVO_MODE_3PWM 3
|
||||
#define PWM_SERVO_MODE_3PWM1CAP 4
|
||||
#define PWM_SERVO_MODE_4PWM 5
|
||||
#define PWM_SERVO_MODE_6PWM 6
|
||||
#define PWM_SERVO_MODE_8PWM 7
|
||||
#define PWM_SERVO_MODE_4CAP 8
|
||||
#define PWM_SERVO_MODE_5CAP 9
|
||||
#define PWM_SERVO_MODE_6CAP 10
|
||||
#define PWM_SERVO_SET_MODE _PX4_IOC(_PWM_SERVO_BASE, 32)
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user