updated readme

This commit is contained in:
Michael Wesemann 2019-02-20 16:53:02 +01:00
parent f2b0076bee
commit bfc552e970

View File

@ -36,11 +36,11 @@ All functions are controlled by the KY-040 encoder:
|Value|Description| |Value|Description|
|:----|:----------| |:----|:----------|
|SPEEDINC|increment of speed values when turning the encoder| |SPEEDINC|increment of speed values when turning the encoder|
|FANMIN|fan minimum speed| |FANMIN|fan minimum speed (should be a value at which the fan runs safely)|
|FANMAX|maximum speed of the fan| |FANMAX|maximum speed of the fan (it is important that this is the real maximum value of the fan)|
|RINTERVAL|regulation interval (ms)| |RINTERVAL|regulation interval (ms)|
|RDELAY|extra regulation delay when value changes| |RDELAY|extra regulation delay when value changes (ms)|
|CATCHSTOP|stop interval for stir fish catch function| |CATCHSTOP|stop interval for stir fish catch function (ms)|
|PWM0, PWN1|PWM output pins| |PWM0, PWN1|PWM output pins|
|I0, I1|interrupts for rpm measurement (2 and 3 for Leonardo and ProMicro / 0 and 1 for Uno)| |I0, I1|interrupts for rpm measurement (2 and 3 for Leonardo and ProMicro / 0 and 1 for Uno)|
|CLK, DT, SW|pins for KY-040 encoder| |CLK, DT, SW|pins for KY-040 encoder|