Refactor and locking cleanup

This commit is contained in:
Dejvino
2026-02-18 23:51:43 +01:00
parent 07c30d20ef
commit 66c20de208
7 changed files with 769 additions and 567 deletions
+14
View File
@@ -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