From b40b7513ceefdca93c0eb42a542bc696aa0fbab0 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 19 Nov 2020 23:01:52 +0100 Subject: [PATCH] Updated ADC Control (markdown) --- ADC-Control.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ADC-Control.md b/ADC-Control.md index 576b327..4ff6b5e 100644 --- a/ADC-Control.md +++ b/ADC-Control.md @@ -5,12 +5,9 @@ This variant can be used with potentiometers or hall sensors. * If you don’t need steering, set input1_type to 0 in order to disable the input or go through the auto-calibration procedure. * 100k Pull down resistors connected to ground are recommended to prevent issues when inputs are floating (wire is cut or disconnected) -⚠ Use 3.3v from programming port or a voltage regulator, don’t use red wire it delivers 15v +⚠ Red wire from sensor cable delivers 15v !!! +Use 3.3v from programming port or a voltage regulator. Proceed with [calibration](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki/Calibration) for better control. -## Support of extra buttons: -Uncomment #define **SUPPORT_BUTTONS_RIGHT** to use right sensor board cable for button inputs. Disable DEBUG_SERIAL_USART3! -Variables button1 and button2 can be later used to implement different behavior -