Dateien nach "/" hochladen

This commit is contained in:
2024-09-27 22:08:30 +02:00
commit 3a87a41d72
5 changed files with 290 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
// Buttons
int tasterWaterMore = 27;
int tasterWaterLess = 14;
int tasterWaterNow = 32;
int tasterIntMore = 33;
int tasterIntLess = 12;
int tasterReset = 26;
// Humidity
int sensorMoisturePin = 36;
// Temperature
#define ONE_WIRE_BUS 23
// Betriebsanzeige
int LED = 25;
// Relais
// digitale Ausgaenge für Relaissteuerung
//int relais = 18;
int relais = 19;
// Noch nicht benutzt, aber schon verkabelt, 09.06.2023 kaputt!!
// 25.09.24 neues Relais eingebaut, zuerst Nr. 1 = Pin 18 benutzt