diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7544bb5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "sdk"] + path = sdk + url = https://git.lowenware.com/lowenware/aisl-sdk.git +[submodule "cStuff"] + path = cStuff + url = https://git.lowenware.com/lowenware/cStuff.git diff --git a/cStuff b/cStuff new file mode 160000 index 0000000..4ba00ca --- /dev/null +++ b/cStuff @@ -0,0 +1 @@ +Subproject commit 4ba00ca17a6a86a9309fe8426220cc378d8f4579 diff --git a/sdk b/sdk new file mode 160000 index 0000000..b9e247b --- /dev/null +++ b/sdk @@ -0,0 +1 @@ +Subproject commit b9e247b88f43dfeae69ac1371a78787950d859ed