add practices code.
Some checks failed
Deploy Applications / PullDocker (push) Failing after 6m19s
Deploy Applications / Build (push) Failing after 2s
Windows CI / build (push) Has been cancelled

This commit is contained in:
2025-12-16 11:44:44 +08:00
parent 482e5495f0
commit 8446776af2
5 changed files with 304 additions and 1 deletions

3
Practices/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
add_executable(DeviceController
DeviceController.cpp
)