From 5100371ecc4c0b2ba2ae18596cbd6de4947df519 Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Sun, 20 Dec 2020 10:38:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5454963..0de45dc 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The firmware supports the input to be provided from two different sources connec | ADC(0) | UART(1) | VARIANT_ADC | | ADC(0) | {PPM,PWM,iBUS}(1) | VARIANT_{PPM,PWM,IBUS} | | ADC(0) | Sideboard(1*) | VARIANT_HOVERCAR | -| UART(0) | Sideboard(1) | VARIANT_UART | +| UART(0) | Sideboard(1*) | VARIANT_UART | | UART(1) | Nunchuk(0) | VARIANT_NUNCHUK | (0) Primary input: this input is used when the Auxilliary input is not available or not connected.
@@ -136,7 +136,7 @@ The firmware supports the input to be provided from two different sources connec With slight modifications in config.h, other dual-inputs combinations can be realized as: | Left | Right | Possibility | | --- | --- | --- | -| Sideboard(1) | UART(0) | VARIANT_UART | +| Sideboard(1*) | UART(0) | VARIANT_UART | | UART(0) | {PPM,PWM,iBUS}(1) | VARIANT_{PPM,PWM,IBUS} | | {PPM,PWM,iBUS}(1) | Nunchuk(0) | VARIANT_{PPM,PWM,IBUS} |