mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user