mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
init movement files
This commit is contained in:
3
components/movements/README.md
Normal file
3
components/movements/README.md
Normal 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.
|
||||||
4
components/movements/include/movements.h
Normal file
4
components/movements/include/movements.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef MOVEMENTS
|
||||||
|
#define MOVEMENTS
|
||||||
|
|
||||||
|
#endif //MOVEMENTS
|
||||||
3
components/movements/movements.cpp
Normal file
3
components/movements/movements.cpp
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#ifdef MOVEMENTS
|
||||||
|
|
||||||
|
#endif //MOVEMENTS
|
||||||
Reference in New Issue
Block a user