Merge branch 'master' into toki

This commit is contained in:
Christian Schwinne
2021-05-30 13:22:42 +02:00
committed by GitHub
15 changed files with 1058 additions and 701 deletions

View File

@@ -20,8 +20,8 @@ void handleBlynk();
void updateBlynk();
//button.cpp
void shortPressAction();
bool isButtonPressed();
void shortPressAction(uint8_t b=0);
bool isButtonPressed(uint8_t b=0);
void handleButton();
void handleIO();