feat: add direction controller component
This commit is contained in:
4
components/direction_controller/CMakeLists.txt
Normal file
4
components/direction_controller/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "direction_controller.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES "stepper_motor"
|
||||
PRIV_REQUIRES "driver" "log")
|
||||
Reference in New Issue
Block a user