init movement files

This commit is contained in:
superkor
2026-01-11 20:19:00 -05:00
committed by Johnathon Slightham
parent c14c82ce9c
commit 516d14197f
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Preprogrammed Movement
This component will handle the preprogrammed movements from the UI and then execute them (with or without a) connection to the PC/UI.

View File

@@ -0,0 +1,4 @@
#ifndef MOVEMENTS
#define MOVEMENTS
#endif //MOVEMENTS

View File

@@ -0,0 +1,3 @@
#ifdef MOVEMENTS
#endif //MOVEMENTS