spremeni v button
This commit is contained in:
parent
f750f938d4
commit
68af92e209
|
@ -208,10 +208,10 @@ void setup() {
|
||||||
// specific use case in the ST Phone Application.
|
// specific use case in the ST Phone Application.
|
||||||
//******************************************************************************************
|
//******************************************************************************************
|
||||||
// Polling Sensors
|
// Polling Sensors
|
||||||
static st::IS_Contact vhod1(F("vhod_24"), 24, LOW);
|
static st::IS_Button vhod1(F("vhod_24"), 24, LOW);
|
||||||
static st::IS_Contact vhod2(F("vhod_25"), 25, LOW);
|
static st::IS_Button vhod2(F("vhod_25"), 25, LOW);
|
||||||
static st::IS_Contact vhod3(F("vhod_26"), 26, LOW);
|
static st::IS_Button vhod3(F("vhod_26"), 26, LOW);
|
||||||
static st::IS_Contact vhod4(F("vhod_27"), 27, LOW);
|
static st::IS_Button vhod4(F("vhod_27"), 27, LOW);
|
||||||
|
|
||||||
// Executors
|
// Executors
|
||||||
static st::EX_Switch izhod1(F("izhod_28"), 28, LOW);
|
static st::EX_Switch izhod1(F("izhod_28"), 28, LOW);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user