Files
2024-09-27 22:08:30 +02:00

24 lines
518 B
C

// 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