added eive-watchdog

This commit is contained in:
2021-07-29 11:35:20 +02:00
parent 190590e1b5
commit 59bcf6cec2
8 changed files with 283 additions and 28 deletions

4
watchdog/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
target_sources(${TARGET_NAME} PRIVATE
main.cpp
Watchdog.cpp
)