Skip to content

Commit

Permalink
AP_Scripting: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jun 26, 2024
1 parent 137dc97 commit cd91d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,10 @@ function Motors_dynamic:init(expected_num_motors) end
-- desc
analog = {}

-- return MCU temperature in degrees C
---@return number -- MCU temperature
function analog:mcu_temperature() end

-- desc
---@return AP_HAL__AnalogSource_ud|nil
function analog:channel() end
Expand Down

0 comments on commit cd91d98

Please sign in to comment.