Updated ADC Control (markdown)

Candas1
2020-10-25 14:44:13 +01:00
parent 09082e67c4
commit 924d82dd5d

@@ -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**