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
9
extras/sht3x/component.mk
Normal file
9
extras/sht3x/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/sht3x
|
||||
|
||||
# expected anyone using SHT3x driver includes it as 'sht3x/sht3x.h'
|
||||
INC_DIRS += $(sht3x_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
sht3x_SRC_DIR = $(sht3x_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,sht3x))
|
||||
Loading…
Add table
Add a link
Reference in a new issue