First commit

This commit is contained in:
2021-01-06 03:12:16 +01:00
commit da93288b4d
6 changed files with 332 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "libs/serial"]
path = libs/serial
url = https://github.com/wjwwood/serial
[submodule "libs/CLI11"]
path = libs/CLI11
url = https://github.com/CLIUtils/CLI11