Commit graph

3 commits

Author SHA1 Message Date
Gunar Schorcht
f431f831f6 BME680 driver trailing whitespaces removed 2017-10-28 17:17:54 +02:00
Gunar Schorcht
1af3f2e033 BME680 drive small correction
- GPIO_ID_PIN(...) macro removed from examples and README.md
2017-10-28 01:33:46 +02:00
Gunar Schorcht
76d1cfec75 Driver for Bosch Sensortec BME680 added
BME680 is an ulta-low-power environmental sensor that integrates
temperature, pressure, humidity and gas sensors in only one unit.

- additional includes added to satisfy Travis CI build
- function bme680_force_measurement returns now a boolean
- function bme680_is_measuring returns now boolean
- function bme680_get_measurement_duration added
- heating profiles implemented
- example for heating profiles added
2017-10-27 17:20:48 +02:00