AP_Scripting: document log_file_content

This commit is contained in:
Andrew Tridgell 2023-06-01 16:08:32 +10:00
parent c6f466eba7
commit f76d6e00cf
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