blinking task

This commit is contained in:
Paul Nehlich
2023-09-22 13:18:15 +02:00
parent 95c26b34c7
commit 809c41a4d7
6 changed files with 65 additions and 20 deletions

View File

@ -1 +1 @@
target_sources(${TARGET_NAME} PRIVATE main.cpp controller/PrintController.cpp)
target_sources(${TARGET_NAME} PRIVATE main.cpp controller/PrintController.cpp controller/BlinkController.cpp)