From eafdfc82101b69dccbc58c407a7dbd46662b0502 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:48:30 -0500 Subject: [PATCH] Updated Lua Scripting (markdown) --- Lua-Scripting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 622d54dd..b9f8836b 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -99,6 +99,11 @@ enabled by default use enableCanTx(false) to suppress CAN TX +### `txCan(bus, ID, isExt, payload)` +- Parameters + - bus: hardware CAN bus index, only '1' on most rusEFI boards, '1' or '2' on Proteus + - isExt: 0 for 11 bit mode + ## Utility