cmake, vscode, Qt6
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Mon, 25 Apr 2022 19:39:09 +0000 (21:39 +0200)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Mon, 25 Apr 2022 19:39:09 +0000 (21:39 +0200)
commit49bb62c55f3eaa0161b7bab30c9acf0ea395d974
treea3d319d4478b9ccf274f94a2811b459b8771bd15
parent5285b308d6c8ce1f69c9b1a578ee00e35864272e
cmake, vscode, Qt6
23 files changed:
.gitignore
.gitmodules [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
.vscode/tasks.json [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
TactonDebug/AngleTester/CMakeLists.txt [new file with mode: 0644]
TactonDebug/AngleTester/angletester.cpp
TactonDebug/AngleTester/angletester.h
TactonDebug/AngleTester/main.cpp
TactonDebug/MagicCircle/CMakeLists.txt [new file with mode: 0644]
TactonDebug/MagicCircle/magiccircle.cpp
TactonDebug/MagicCircle/magiccircle.h
TactonDebug/MagicCircle/main.cpp
TactonDebug/TactonDebug/CMakeLists.txt [new file with mode: 0644]
TactonDebug/TactonDebug/main.cpp
TactonDebug/TactonDebug/tactondebug.cpp
TactonDebug/TactonDebug/tactondebug.h
TactonPlayer/ArduinoSerial [new submodule]
TactonPlayer/CMakeLists.txt [new file with mode: 0644]
TactonPlayer/Tacton.cpp
TactonPlayer/Tacton.hpp
TactonPlayer/TactonPlayer.cpp
TactonPlayer/TactonPlayer.hpp