gpio checker

This commit is contained in:
proddy
2021-03-23 22:21:51 +01:00
parent 118cbd9224
commit 966f82e38c
2 changed files with 26 additions and 10 deletions

View File

@@ -74,6 +74,8 @@ class System {
void button_init(bool refresh);
void commands_init();
static bool is_valid_gpio(uint8_t pin);
bool check_upgrade();
void send_heartbeat();