Driver for Sensirion SHT3x sensor added
This is a driver for Sensirion SHT3x temperature and humidity sensors connected via I2C. This commit is a rebasing and contains some interface changes based on the review from @ourairquality.
This commit is contained in:
parent
546cc47121
commit
803931f2e2
9 changed files with 1283 additions and 0 deletions
3
examples/sht3x/sht3x_one_sensor/Makefile
Normal file
3
examples/sht3x/sht3x_one_sensor/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PROGRAM=SHT3x_One_Sensor
|
||||
EXTRA_COMPONENTS = extras/i2c extras/sht3x
|
||||
include ../../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue