pulse() в ButtonOut, +прочие корректировки

This commit is contained in:
DmitriyTychina
2023-09-05 00:20:03 +03:00
parent 93dfa8ee83
commit fbe7b1cf02
16 changed files with 157 additions and 120 deletions

View File

@@ -246,6 +246,11 @@ protected:
pv_last = pv;
}
// временное решение
unsigned long currentMillis;
unsigned long prevMillis;
unsigned long difference;
void loop()
{
if (enableDoByInt)