esp-open-rtos/examples/bme680/bme680_heating_profiles/Makefile
Gunar Schorcht 5b90f0ef58 BME680 driver interface changes
- function bme680_force_measurement returns now a boolean
- function bme680_is_measuring returns now boolean
- function bme680_get_measurement_duration added
- heating profiles implemented
- example for heating profiles added
2017-10-27 17:15:50 +02:00

3 lines
103 B
Makefile

PROGRAM=BME680_heating_profiles
EXTRA_COMPONENTS = extras/i2c extras/bme680
include ../../../common.mk