AP_Scripting: update docs

This commit is contained in:
Andrew Tridgell 2024-06-26 17:49:11 +10:00 committed by Peter Barker
parent 57c8c19452
commit 10c6020a66

View File

@ -1650,6 +1650,10 @@ function Motors_dynamic:init(expected_num_motors) end
-- desc -- desc
analog = {} analog = {}
-- return MCU temperature in degrees C
---@return number -- MCU temperature
function analog:mcu_temperature() end
-- desc -- desc
---@return AP_HAL__AnalogSource_ud|nil ---@return AP_HAL__AnalogSource_ud|nil
function analog:channel() end function analog:channel() end