From 924d82dd5d6ae559163cfed9543e60edbc305776 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Sun, 25 Oct 2020 14:44:13 +0100 Subject: [PATCH] Updated ADC Control (markdown) --- ADC-Control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADC-Control.md b/ADC-Control.md index 09e634f..2dbd677 100644 --- a/ADC-Control.md +++ b/ADC-Control.md @@ -12,7 +12,7 @@ This variant can be used with potentiometers or hall sensors. * If you use a joystick as input, enable **ADC1_MID_POT** and **ADC2_MID_POT** in config.h # Manual Calibration: -* Connect FTDI to right sensor board cable to read USART DEBUG values +* Connect FTDI RX to blue wire from right sensor board cable to read USART DEBUG values * Turn the potis to minimum position, write value 1: to **ADC1_MIN** and value 2: to **ADC2_MIN** in config.h * Turn the potis to maximum position, write value 1: to **ADC1_MAX** and value 2: to **ADC2_MAX** in config.h * For middle resting potis, let the potis in the middle resting position, write value 1: to **ADC1_MID** and value 2: to **ADC2_MID**