add count down timer

This commit is contained in:
Dmitry Borisenko
2020-11-18 03:25:05 +03:00
parent 06df1f17b6
commit ceb516ddbe
13 changed files with 130 additions and 9 deletions

View File

@@ -52,6 +52,9 @@ int inOutput_EnterCounter = -1;
String pwmOut_KeyList = "";
int pwmOut_EnterCounter = -1;
//=========================================
String countDown_KeyList = "";
int countDown_EnterCounter = -1;
//=========================================
// Sensors
String sensorReadingMap10sec;