esp-open-rtos/examples/sht3x/Makefile
Gunar Schorcht b9add1ee48 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
2017-10-22 12:52:18 +02:00

3 lines
81 B
Makefile

PROGRAM=SHT3x
EXTRA_COMPONENTS = extras/i2c extras/sht3x
include ../../common.mk