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:
parent
3bf3169535
commit
4927b2e04f
11 changed files with 574 additions and 0 deletions
3
examples/bme680/bme680_callback_spi/Makefile
Normal file
3
examples/bme680/bme680_callback_spi/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PROGRAM=BME680_Callback_SPI
|
||||
EXTRA_COMPONENTS = extras/i2c extras/bme680
|
||||
include ../../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue