Driver for the brand new Bosch BME680 sensor added

I have written a driver for Bosch Sensortec's BME680 sensor. This sensor integrates temperature, pressure, humidity and gas sensors in a single unit.
This commit is contained in:
Gunar Schorcht 2017-09-30 18:44:00 +02:00 committed by GitHub
parent 0448887473
commit c420d82c42
7 changed files with 3340 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/bme60
# expected anyone using bme680 driver includes it as 'bme680/bme680.h'
INC_DIRS += $(bme680_ROOT)..
# args for passing into compile rule generation
bme680_SRC_DIR = $(bme680_ROOT)
$(eval $(call component_compile_rules,bme680))