From 1989ba3d741988dc9629fdd3dc97dbd8ea1c176c Mon Sep 17 00:00:00 2001 From: Evgenii Meshcheriakov Date: Thu, 15 Sep 2022 14:56:36 +0300 Subject: [PATCH] root:add docs --- Class.md.txt | 13 +++++++++++++ Programm.md.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Class.md.txt create mode 100644 Programm.md.txt diff --git a/Class.md.txt b/Class.md.txt new file mode 100644 index 0000000..e8ff852 --- /dev/null +++ b/Class.md.txt @@ -0,0 +1,13 @@ +Classes: + +DebugMSG +ProdualMIO + Fan?? +Menu +LCD +Modbus +Counter + + +ProdualMIO: +https://www.produal.com/en/mio-12.html \ No newline at end of file diff --git a/Programm.md.txt b/Programm.md.txt new file mode 100644 index 0000000..10c7487 --- /dev/null +++ b/Programm.md.txt @@ -0,0 +1,13 @@ +Modes: + +Manual: + Buttons to inc/dec fan speed(0-10V) (show in percents 10% == 1V) + Display fan speed + pressure. + Fan updates at the same time as UI +Automatic: + Buttons to inc/dec fan pressure level (0-120 Pa) (show in percents 10% == 1V) + Pressure to inc/dec fan speed + +BTN1: auto/manual +auto: BTN3 - inc pressure, BTN2 - dec pressure +manual: BTN3 - inc voltage, BTN2 - dec voltage