5 lines
191 B
CMake
5 lines
191 B
CMake
idf_component_register(SRCS "direction_controller.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES "stepper_motor"
|
|
PRIV_REQUIRES "driver" "log")
|