BME680 Library
0.5
Library for the Bosch BME680 Air Quality sensor
|
Sensor driver for the Bosch BME680 air quality sensor. This library supports i2c and 4-wire SPI connections, reads temperature, pressure, relative humidity, and VOC levels, and provides limited support for adjusting the sensors settings. More...
#include "bme680.h"
Functions | |
void | bme680_begin (bme680_t *dev) |
Internal function used to set the values in the bme680_t structure to their default values. More... | |
Sensor driver for the Bosch BME680 air quality sensor. This library supports i2c and 4-wire SPI connections, reads temperature, pressure, relative humidity, and VOC levels, and provides limited support for adjusting the sensors settings.
void bme680_begin | ( | bme680_t * | dev | ) |
Internal function used to set the values in the bme680_t structure to their default values.
*dev | pointer to the bme680 device. |