mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
MPI
This commit is contained in:
18
main/LoopManager.h
Normal file
18
main/LoopManager.h
Normal 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
|
||||
Reference in New Issue
Block a user