switch in progress

This commit is contained in:
Dmitry Borisenko
2020-07-31 01:52:57 +02:00
parent f4a5bc0218
commit 924b6a1e84
3 changed files with 53 additions and 3 deletions

View File

@@ -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();