diff --git a/ADC-Control.md b/ADC-Control.md index 2dbd677..e4e76bc 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 RX to blue wire from 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, baud rate should be 38400 * 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**