This commit is contained in:
2025-07-07 22:44:57 -04:00
parent 707e10f89b
commit 6658ab40fc
54 changed files with 13224 additions and 105 deletions

18
main/LoopManager.h Normal file
View File

@@ -0,0 +1,18 @@
//
// Created by Johnathon Slightham on 2025-07-05.
//
#ifndef LOOPMANAGER_H
#define LOOPMANAGER_H
class LoopManager {
public:
static void control_loop();
private:
};
#endif //LOOPMANAGER_H