spremeni v button

This commit is contained in:
Gašper Dobrovoljc 2023-05-31 19:28:44 +02:00
parent f750f938d4
commit 68af92e209
No known key found for this signature in database
GPG Key ID: 0E7E037018CFA5A5

View File

@ -208,10 +208,10 @@ void setup() {
// specific use case in the ST Phone Application.
//******************************************************************************************
// Polling Sensors
static st::IS_Contact vhod1(F("vhod_24"), 24, LOW);
static st::IS_Contact vhod2(F("vhod_25"), 25, LOW);
static st::IS_Contact vhod3(F("vhod_26"), 26, LOW);
static st::IS_Contact vhod4(F("vhod_27"), 27, LOW);
static st::IS_Button vhod1(F("vhod_24"), 24, LOW);
static st::IS_Button vhod2(F("vhod_25"), 25, LOW);
static st::IS_Button vhod3(F("vhod_26"), 26, LOW);
static st::IS_Button vhod4(F("vhod_27"), 27, LOW);
// Executors
static st::EX_Switch izhod1(F("izhod_28"), 28, LOW);