From a755126f9df92a315390f88c8c2919c4e325d945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Dobrovoljc?= Date: Sat, 18 Mar 2023 15:05:46 +0100 Subject: [PATCH] Defined pins --- src/main.cpp | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 55aa177..0c7dca6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -171,6 +171,38 @@ #define PIN_BUTTON1 48 // SmartThings Capabilty Button / Holdable Button #define PIN_BUTTON2 49 // SmartThings Capabilty Button / Holdable Button +// WC +#define PIN_WC_LUC_1 24 +#define PIN_WC_LUC_2 25 +#define PIN_WC_ALARM 26 +#define PIN_WC_TEMPHUM 27 + +// Hodnik +#define PIN_HODNIK_VRATA 28 +#define PIN_HODNIK_LUC_1 29 +#define PIN_HODNIK_LUC_2 30 +#define PIN_HODNIK_LUC_3 31 +#define PIN_HODNIK_LUC_4 32 +#define PIN_HODNIK_ZVONEC 33 +#define PIN_HODNIK_LED_OMARA 34 +#define PIN_HODNIK_LED_STROP 35 +#define PIN_HODNIK_SENZOR_STOPNISCE 36 +#define PIN_HODNIK_SENZOR_VRATA 37 + +// Jedilnica +#define PIN_JEDILNICA_TIPKA_1 39 +#define PIN_JEDILNICA_TIPKA_2 40 +#define PIN_JEDILNICA_TIPKA_3 41 +#define PIN_JEDILNICA_TIPKA_4 42 +#define PIN_JEDILNICA_TIPKA_5 43 +#define PIN_JEDILNICA_LUC_1 44 +#define PIN_JEDILNICA_LUC_2 45 + +// Dnevna +#define PIN_DNEVNA_LUC_VTICNICA 47 +#define PIN_DNEVNA_TEMPHUM_PODSTREHA 48 +#define PIN_DNEVNA_TEMPHUM 49 + //****************************************************************************************** // W5x00 Ethernet Shield Information //******************************************************************************************