From 50b405e7fe05376728d54b5de13336f8d9d40968 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Sun, 25 Feb 2024 10:26:23 +0100 Subject: [PATCH] Added Thermo driver --- .gitmodules | 3 +++ Libs/driver-max31855 | 1 + 2 files changed, 4 insertions(+) create mode 160000 Libs/driver-max31855 diff --git a/.gitmodules b/.gitmodules index 2f2a29d..c2dc790 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ [submodule "Libs/TACOS"] path = Libs/TACOS url = ssh://git@git.intern.spaceteamaachen.de:22222/ALPAKA/TACOS.git +[submodule "Libs/driver-max31855"] + path = Libs/driver-max31855 + url = ssh://git@git.intern.spaceteamaachen.de:22222/ALPAKA/driver-max31855.git diff --git a/Libs/driver-max31855 b/Libs/driver-max31855 new file mode 160000 index 0000000..556e9ed --- /dev/null +++ b/Libs/driver-max31855 @@ -0,0 +1 @@ +Subproject commit 556e9ed9d68950847a838f49661736d02ced602a