- Add stepper driver code from scratch - Remove / comment out code that used DendoStepper library - Test custom driver with buttons (guide-stepper.cpp) untested limited features
17 lines
309 B
CMake
17 lines
309 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.cpp"
|
|
"config.cpp"
|
|
"control.cpp"
|
|
"buzzer.cpp"
|
|
"vfd.cpp"
|
|
"display.cpp"
|
|
"cutter.cpp"
|
|
"switchesAnalog.cpp"
|
|
"stepper.cpp"
|
|
"guide-stepper.cpp"
|
|
"encoder.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|