Browse Source

Camera: correct _trigger_type comment

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
bffa7c3783
  1. 2
      libraries/AP_Camera/AP_Camera.h

2
libraries/AP_Camera/AP_Camera.h

@ -55,7 +55,7 @@ public: @@ -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…
Cancel
Save