Dateien nach "/" hochladen
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user