mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Scripting: update docs
This commit is contained in:
parent
57c8c19452
commit
10c6020a66
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user