Added ping command functionality.

This commit is contained in:
2018-08-10 18:31:22 +00:00
parent a20c190fea
commit 2b01dbc605
11 changed files with 47 additions and 11 deletions

View File

@@ -12,5 +12,5 @@ class Controller
Controller(const uint32_t startChannel = 1);
void handleTransaction();
const uint32_t nextChannel();
uint32_t nextChannel();
};