From 6cbcc34c6d07e3e3fcc06f6c3ccaa0804a7af62f Mon Sep 17 00:00:00 2001 From: Candas1 Date: Sun, 2 Jan 2022 18:21:53 +0100 Subject: [PATCH] Updated Variants (markdown) --- Variants.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Variants.md b/Variants.md index 8566fcb..cf73c85 100644 --- a/Variants.md +++ b/Variants.md @@ -1,4 +1,3 @@ -# Variant selection Variants are a set of parameters to configure FOC firmware for a specific use. * Platformio - Remove the semicolon in front of the desired Variant in [platformio.ini](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/platformio.ini) file * Others - Uncomment the desired Variant by removing the leading // in Variant selection section of [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/eb20cc0acad0da91ead7d207fa6a83f1778f03e1/Inc/config.h#L12) file @@ -13,6 +12,8 @@ Variants are a set of parameters to configure FOC firmware for a specific use. |AUTO
CALIBRATION
|YES|YES|YES|YES|YES|YES|YES|NO|YES|NO| |CURRENT
MAX SPEED
LIMIT
|YES|YES|YES|YES|YES|YES|YES|NO|YES|NO| +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 |