Refactor and locking cleanup
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#ifndef UI_THREAD_H
|
||||
#define UI_THREAD_H
|
||||
|
||||
#include "TrackerTypes.h"
|
||||
|
||||
void loopUI();
|
||||
void mutateSequence(Step (*target)[NUM_STEPS]);
|
||||
void generateRandomScale();
|
||||
void generateTheme(int themeType);
|
||||
bool loadSequence();
|
||||
void factoryReset();
|
||||
void saveSequence(bool quiet = false);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user