AP_Scripting: added docs for log_file_content

This commit is contained in:
Andrew Tridgell 2023-09-05 17:00:37 +10:00 committed by Randy Mackay
parent 9d586b077a
commit daad477d84
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ logger = {}
---@param data1 integer|number|uint32_t_ud|string -- data to be logged, type to match format string
function logger:write(name, labels, format, units, multipliers, data1, ...) end
-- log a files content to onboard log
---@param filename string -- file name
function logger:log_file_content(filename) end
-- i2c bus interaction
---@class i2c