loop status callback working

This commit is contained in:
2020-10-27 22:28:03 +01:00
parent 2e4b0de78f
commit 73239f4436
3 changed files with 33 additions and 2 deletions

View File

@ -1,8 +1,13 @@
#ifndef _LOOPCTRL_H_
#define _LOOPCTRL_H_
#include <stdbool.h>
void loopEnable();
void loopDisable();
void loopStatusCallback();
extern bool loopActive;
#endif // _LOOPCTRL_H_