Skip to content

Commit

Permalink
AP_Scripting: docs for set_throttle_passthrough_for_esc_calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Mar 26, 2023
1 parent f7f98f8 commit 969e04f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,9 @@ function MotorsMatrix:add_motor_raw(motor_num, roll_factor, pitch_factor, yaw_fa
---@return boolean
function MotorsMatrix:init(expected_num_motors) end

-- desc
---@param throttle number
function MotorsMatrix:set_throttle_passthrough_for_esc_calibration(throttle) end

-- desc
---@class quadplane
Expand Down

0 comments on commit 969e04f

Please sign in to comment.