From 717da401f82aa5f8f6c14a470fd4ab994c0e173a Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sun, 9 May 2021 13:20:21 -0700 Subject: [PATCH] Updated Lua Scripting (markdown) --- Lua-Scripting.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 2f16c69b..368b95f4 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -114,16 +114,6 @@ Checks whether a particular sensor is configured (whether it is currently valid - Returns - A boolean value, `true` if the sensor is configured, and `false` if not. - -### `getAnalog(index)` - -Reads an analog voltage from one of the FSIO ADC inputs. - -- Parameters - - `index`: The index of the configured analog input to read. Currently 4 inputs are supported, so values of 0, 1, 2, 3 are valid for this parameter. -- Returns - - The raw analog voltage from the input pin. Most rusEFI ECUs can measure between 0 and 5 volts, so this value will be a number between 0 and 5. - ### `getDigital(index)` Reads a digital input from the specified channel.