establish hardwareLoop()

This commit is contained in:
2016-12-23 00:03:36 +01:00
parent 23d3c314c2
commit c83dc44f83
7 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,7 @@ void setupHandler() {
}
void loopHandler() {
hardwareLoop();
for (int i = 0; i < sizeof(devices) / sizeof(*devices); i++) {
devices[i]->deviceLoop();
}