- add macro variable STEPPER_TEST (config.hpp) if set: only `task_stepper-test` is started (main.cpp) - add file for stepper/guide related code (guide-stepper.cpp/hpp) currently defines a task that simply moves the axis left to right repeatedly with a speed defined by a potentiometer connected to ADC GPIO34
15 lines
271 B
CMake
15 lines
271 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.cpp"
|
|
"config.cpp"
|
|
"control.cpp"
|
|
"buzzer.cpp"
|
|
"vfd.cpp"
|
|
"display.cpp"
|
|
"cutter.cpp"
|
|
"switchesAnalog.cpp"
|
|
"guide-stepper.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|