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.
This commit is contained in:
Gunar Schorcht 2017-10-01 01:51:21 +02:00 committed by GitHub
parent 3bf3169535
commit 4927b2e04f
11 changed files with 574 additions and 0 deletions

View file

@ -0,0 +1,3 @@
PROGRAM=BME680_Callback_SPI
EXTRA_COMPONENTS = extras/i2c extras/bme680
include ../../../common.mk