SHT3x driver minor changes
- new high level function sht3x_measure added, it comprises all three steps to perform one measurement in only one function - example with two sensors removed
This commit is contained in:
parent
a53586eb75
commit
b9add1ee48
9 changed files with 138 additions and 167 deletions
3
examples/sht3x/Makefile
Normal file
3
examples/sht3x/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PROGRAM=SHT3x
|
||||
EXTRA_COMPONENTS = extras/i2c extras/sht3x
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue