cable-length-cutter/main/CMakeLists.txt
jonny_ji7 01c5db39c1 Outsource display functions to display.cpp
move functions for initializing and writing to display to new files
display.cpp/hpp
2022-08-21 12:12:56 +02:00

12 lines
193 B
CMake

idf_component_register(
SRCS
"main.cpp"
"config.cpp"
"control.cpp"
"buzzer.cpp"
"vfd.cpp"
"display.cpp"
INCLUDE_DIRS
"."
)