mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
Camera: correct _trigger_type comment
This commit is contained in:
parent
cf0547e854
commit
bffa7c3783
@ -55,7 +55,7 @@ public:
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
private:
|
||||
AP_Int8 _trigger_type; // 0:Servo,1:Relay,2:Servo and turn off throttle,3:Servo when 3m from waypoint,4:transistor
|
||||
AP_Int8 _trigger_type; // 0:Servo,1:Relay
|
||||
AP_Int8 _trigger_duration; // duration in 10ths of a second that the camera shutter is held open
|
||||
AP_Int16 _servo_on_pwm; // PWM value to move servo to when shutter is activated
|
||||
AP_Int16 _servo_off_pwm; // PWM value to move servo to when shutter is deactivated
|
||||
|
Loading…
Reference in New Issue
Block a user