mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
switch in progress
This commit is contained in:
@@ -156,8 +156,9 @@ void pwmSet() {
|
||||
myPwm->pwmChange(key, pin, state);
|
||||
}
|
||||
|
||||
//==================================================================================================================
|
||||
//==========================================Модуль физической кнопки================================================
|
||||
//==========================================Модуль физических кнопок========================================
|
||||
//switch in switch1 toggle Кнопки Свет 1 pin[2] inv[1] db[20]
|
||||
//==========================================================================================================
|
||||
void switch_() {
|
||||
int number = String(sCmd.next()).toInt();
|
||||
int pin = String(sCmd.next()).toInt();
|
||||
|
||||
Reference in New Issue
Block a user