Updated Variants (markdown)

Candas1
2022-01-03 19:35:47 +01:00
parent cf1f6534af
commit 61e3acf79c

@@ -28,24 +28,4 @@ Of course the firmware can be further customized for other needs or projects.
|<sub>AUTO<BR>CALIBRATION</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>NO</sub>|<sub>YES</sub>|<sub>NO</sub>|
|<sub>CURRENT<BR>MAX SPEED<BR>LIMIT</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>YES</sub>|<sub>NO</sub>|<sub>YES</sub>|<sub>NO</sub>|
For the configuration/customizing of the variants, please check each variant's wiki page.
# Dual Inputs
The firmware supports the input to be provided from two different sources connected to the Left and Right cable, respectively. To enable dual-inputs functionality uncomment `#define DUAL_INPUTS` in config.h for the respective variant. Various dual-inputs combinations can be realized as illustrated in the following table:
| Left | Right | Availability |
| --- | --- | --- |
| ADC<sup>(0)</sup> | UART<sup>(1)</sup> | VARIANT_ADC |
| ADC<sup>(0)</sup> | {PPM,PWM,iBUS}<sup>(1)</sup> | VARIANT_{PPM,PWM,IBUS} |
| ADC<sup>(0)</sup> | Sideboard<sup></sup><sup>(1*)</sup> | VARIANT_HOVERCAR |
| UART<sup>(0)</sup> | Sideboard<sup>(1*)</sup> | VARIANT_UART |
| UART<sup>(1)</sup> | Nunchuk<sup>(0)</sup> | VARIANT_NUNCHUK |
<sup>(0)</sup> Primary input: this input is used when the Auxilliary input is not available or not connected.<br/>
<sup>(1)</sup> Auxilliary input: this inputs is used when connected or enabled by a switch<sup>(*)</sup>. If the Auxilliary input is disconnected, the firmware will automatically switch to the Primary input. Timeout is reported **only** on the Primary input.
With slight modifications in config.h, other dual-inputs combinations can be realized as:
| Left | Right | Possibility |
| --- | --- | --- |
| Sideboard<sup>(1*)</sup> | UART<sup>(0)</sup> | VARIANT_UART |
| UART<sup>(0)</sup> | {PPM,PWM,iBUS}<sup>(1)</sup> | VARIANT_{PPM,PWM,IBUS} |
| {PPM,PWM,iBUS}<sup>(1)</sup> | Nunchuk<sup>(0)</sup> | VARIANT_{PPM,PWM,IBUS} |
For the configuration/customizing of the variants, please check each variant's wiki page.