esp-open-rtos/examples/bme680/bme680_callback_spi/Makefile
Gunar Schorcht 4927b2e04f Driver for Bosch BME680 sensor added with Examples
Bosch Sensortronic's BME680 is a brand new integrated environmental sensor. It integrates temperature, pressure, humidity and gas sensors with high accuracy within a single unit. These are the examples on how to use the new driver for BME680.
2017-10-01 01:51:21 +02:00

3 lines
99 B
Makefile

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