Add logic for cutter according to function diagram Remove use of relay from vfd.cpp Add pin for cutter switch to config
13 lines
214 B
CMake
13 lines
214 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.cpp"
|
|
"config.cpp"
|
|
"control.cpp"
|
|
"buzzer.cpp"
|
|
"vfd.cpp"
|
|
"display.cpp"
|
|
"cutter.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|