Defined pins
This commit is contained in:
parent
ec125f27db
commit
a755126f9d
32
src/main.cpp
32
src/main.cpp
|
@ -171,6 +171,38 @@
|
||||||
#define PIN_BUTTON1 48 // SmartThings Capabilty Button / Holdable Button
|
#define PIN_BUTTON1 48 // SmartThings Capabilty Button / Holdable Button
|
||||||
#define PIN_BUTTON2 49 // 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
|
// W5x00 Ethernet Shield Information
|
||||||
//******************************************************************************************
|
//******************************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue
Block a user