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