This commit is contained in:
Michael Wesemann 2019-10-06 19:50:34 +02:00
parent f5e0bcc72b
commit 17aa9f611e

View File

@ -83,7 +83,8 @@ All functions are controlled by the KY-040 encoder:
|Value|Description|
|:----|:----------|
|`SPEEDINC`|increment of speed values when turning the encoder|
|`SPEEDINC1`, `SPEEDINC2`, `SPEEDINC3`|increment of speed values when turning the encoder|
|`SPEEDSTEP1`, `SPEEDSTEP2`|speed increment steps (increment changes at these values)|
|`FANMIN`|fan minimum speed (should be a value at which the fan runs safely) (rpm)|
|`FANMAX`|maximum speed of the fan (it is important that this is the real maximum value of the fan) (rpm)|
|`BOFF`|if set boost off will also turn the normal mode off|
@ -91,10 +92,13 @@ All functions are controlled by the KY-040 encoder:
|`CINC`|catch time increment (min)|
|`RINC`|rise time increment (sec)|
|`OINC`|off timer increment (hour)|
|`RNDINC`|randon value increment (rpm)|
|`CATCHSTOP`|stop interval for stir fish catch function (ms)|
|`PWM0`, `PWM1`|PWM output pins for fan speed|
|`PWM2`|PWM output pin for LCD brightness control|
|`I0`, `I1`|interrupts for rpm measurement (2 and 3 for Leonardo and ProMicro / 0 and 1 for Uno)|
|`SWAPENC`|switch KY-040 encoder direxction (0/1)|
|`CLK`, `DT`, `SW`|pins for KY-040 encoder|
|`R0`, `R0`|voltage select relais pin|
|`RTHRES`|voltage switch threshold (rpm)|