Browse Source

Schaltplan hinzugefügt

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 1 month ago
parent
commit
99a35813d7
  1. BIN
      Schaltplan.png
  2. 4
      Taupunkt/Taupunkt.ino

BIN
Schaltplan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

4
Taupunkt/Taupunkt.ino

@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
// load library for DHT22 sensor
#include <DHT22.h>
#define TRESHOLD 1
#define HYSTERESIS 1
#define TRESHOLD 1 // Kelvin
#define HYSTERESIS 1 // Kelvin
#define MIN_OUT_TEMP 5 // °C
#define ALLOWED_HUMIDITY 50 // %

Loading…
Cancel
Save