Adding a new differential pressure sensor ASP5033 (#21568)

* added a new driver ASP5033 for measuring the differential pressure and airspeed

---------

Co-authored-by: nano <nanobotzhe@abv.bg>
Co-authored-by: Denislav Petrov <you@example.com>
This commit is contained in:
Denislav Petrov
2023-09-05 01:21:05 +03:00
committed by GitHub
parent fb30b4d288
commit ece338ceef
8 changed files with 591 additions and 0 deletions
+6
View File
@@ -172,6 +172,12 @@ then
ms5525dso start -X
fi
# TE ASP5033 differential pressure sensor external I2C
if param compare -s SENS_EN_ASP5033 1
then
asp5033 start -X
fi
# SHT3x temperature and hygrometer sensor, external I2C
if param compare -s SENS_EN_SHT3X 1
then