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