Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2021-12-13 17:49:11 -05:00
parent 9f6ca4fb8e
commit 7bd898c383
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ Sets the rate at which rusEFI calls your `onTick` function, in hz. On reset defa
- Returns
- none
### `mcu_stop`
Stops MCU.
### `table3d(tableIdx, x, y)`
Looks up a value from the specified Script Table.