From bb9075f7bafed47d8dafbe2796a59d6757561842 Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Tue, 14 Jun 2022 21:15:22 +0200 Subject: [PATCH] Added sht4x library --- .gitmodules | 6 +++ fw/.cproject | 37 +++++++++++------- fw/Core/Inc/sht4x.h | 57 --------------------------- fw/Core/Src/main.c | 34 ++++++++++++++++ fw/Core/Src/sht4x.c | 67 -------------------------------- fw/Libs/sht4x | 1 + fw/iaq_wired_sensor Debug.launch | 2 +- 7 files changed, 65 insertions(+), 139 deletions(-) create mode 100644 .gitmodules delete mode 100644 fw/Core/Inc/sht4x.h delete mode 100644 fw/Core/Src/sht4x.c create mode 160000 fw/Libs/sht4x diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c44e139 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "fw/Libs/--force"] + path = fw/Libs/--force + url = git@gitlab.com:VelesLabs/stm32libs/sht4x.git +[submodule "fw/Libs/sht4x"] + path = fw/Libs/sht4x + url = git@gitlab.com:VelesLabs/stm32libs/sht4x.git diff --git a/fw/.cproject b/fw/.cproject index 51ffe1b..33a9011 100644 --- a/fw/.cproject +++ b/fw/.cproject @@ -29,6 +29,9 @@ + @@ -55,6 +58,7 @@ + @@ -83,6 +87,7 @@ + @@ -104,21 +109,24 @@ -