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.
3 lines
99 B
Makefile
3 lines
99 B
Makefile
PROGRAM=BME680_Callback_SPI
|
|
EXTRA_COMPONENTS = extras/i2c extras/bme680
|
|
include ../../../common.mk
|