loop status callback working
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user