mirror of
https://github.com/EFeru/hoverboard-firmware-hack-FOC.git
synced 2025-08-04 18:14:28 +02:00
Updated Input Calibration (markdown)
@@ -25,9 +25,9 @@ It also identifies the type of input and checks if it can be protected (ADC only
|
||||
* Release potis to the resting position
|
||||
* Press the power button to confirm or wait for the 20 sec timeout
|
||||
|
||||
If you haven't moved one of the inputs, if it's floating or is grounded, it will be identified as inactive and ignored.<br />
|
||||
If min and mid values are close, the inputs will be identified as normal potis.<br />
|
||||
Otherwise the inputs will be identified as middle resting potis.<br />
|
||||
If you haven't moved one of the inputs, if it's floating or is grounded, it will be identified as inactive and ignored(type=0).<br />
|
||||
If min and mid values are close, the inputs will be identified as normal potis(type=1).<br />
|
||||
Otherwise the inputs will be identified as middle resting potis(type=2).<br />
|
||||
|
||||
For inputs with type 3 (AUTO) in config.h, auto-calibration will automatically identify the right input type.
|
||||
If input type 0,1,2 has been selected in config.h, auto-calibration will fail if identified input type is not matching and disable the input.
|
||||
|
Reference in New Issue
Block a user