summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Project/local_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'project/Core/Inc/Project/local_control.h')
-rw-r--r--project/Core/Inc/Project/local_control.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/project/Core/Inc/Project/local_control.h b/project/Core/Inc/Project/local_control.h
new file mode 100644
index 0000000..b691cde
--- /dev/null
+++ b/project/Core/Inc/Project/local_control.h
@@ -0,0 +1,17 @@
+/*
+ * local_control.h
+ *
+ * Created on: Nov 4, 2025
+ * Author: sowgro
+ */
+
+#ifndef INC_PROJECT_LOCAL_CONTROL_H_
+#define INC_PROJECT_LOCAL_CONTROL_H_
+
+void local_control_start();
+
+void local_control_loop();
+
+void local_control_stop();
+
+#endif /* INC_PROJECT_LOCAL_CONTROL_H_ */