From 4b182afdc65aca74038036741e0fd92b6d917374 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 26 Jan 2022 14:21:15 +0100 Subject: [PATCH] Updated Input Calibration (markdown) --- Input-Calibration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input-Calibration.md b/Input-Calibration.md index df4270f..49231b7 100644 --- a/Input-Calibration.md +++ b/Input-Calibration.md @@ -43,7 +43,7 @@ Limits Input2: TYP:1 MIN:1115 MID:1015 MAX:2633 ``` In this example: * Input1 was ignored as it was not connected or wasn't moved -* Input2 was identified as a normal pot (pedal or throttle handle), and the minimum value is high enough to detect a floating input pulled to ground +* Input2 was identified as a normal pot (pedal or throttle handle), and the minimum value is high enough to detect a floating input pulled to ground. If firmware reads a value below 915 ( MIN - ADC_PROTECT_THRESH ) for ADC_PROTECT_TIMEOUT time, it will trigger an ADC Timeout error. The limits will be saved/overwritten in flash memory when you turn the board off by pressing the button.