initial commit

This commit is contained in:
2026-08-03 16:09:07 -04:00
commit 95fa512047
109 changed files with 35023 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---@meta
-- Generated from native/src/bindings/core/log.cpp. Do not edit.
---@class LogLib
log = {}
---Writes a debug message to the firmware log.
---@param message string
function log.debug(message) end
---Writes an informational message to the firmware log.
---@param message string
function log.info(message) end
---Writes an error message to the firmware log.
---@param message string
function log.error(message) end