blk_box_tc/main/drivers/CMakeLists.txt
2024-08-05 23:11:59 -05:00

10 lines
169 B
CMake

set(SOURCES
"TM1640/TM16xx.cpp"
"TM1640/TM1640.cpp"
"bottom_half.cpp"
"wires.cpp"
"leds.cpp"
)
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})