From 7bd898c383a758ca3cb47f36857783b150ade4bf Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:49:11 -0500 Subject: [PATCH] Updated Lua Scripting (markdown) --- Lua-Scripting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 16b18fd2..f3df52fc 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -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.