- 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
3 lines
81 B
Makefile
3 lines
81 B
Makefile
PROGRAM=SHT3x
|
|
EXTRA_COMPONENTS = extras/i2c extras/sht3x
|
|
include ../../common.mk
|