SHT3x driver

SHT3x driver, clean code
changes leading to merge TFHT with CUAV hygrometer
Delete humidity_temperature.msg
Update CMakeLists.txt
rename 'atmosphefir_quantities' to 'hygrometers'
fix logging
removed cmake files
fix PR issues
This commit is contained in:
Roman Dvořák
2022-01-03 21:04:29 +01:00
committed by Daniel Agar
parent e554f0174d
commit ed475ca324
10 changed files with 582 additions and 1 deletions
+9
View File
@@ -130,6 +130,15 @@ then
fi
fi
# SHT3x temperature and hygrometer sensor, external I2C
if param compare -s SENS_EN_SHT3X 1
then
if ! sht3x start -X
then
sht3x start -X -a 0x45
fi
fi
# TE MS4525 differential pressure sensor external I2C
if param compare -s SENS_EN_MS4525 1
then