cable-length-cutter/main/CMakeLists.txt
jonny_l480 1d53d3467c Stepper driver from scratch, test with buttons - WIP
- 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
2023-04-10 22:28:18 +02:00

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
"."
)