BME280 Driver 2.0.x
Driver for BME280 sensor
|
Contains all sensor's settings. More...
#include <bme280_definitions.h>
Data Fields | |
uint8_t | oversampling_h |
value of humidity oversampling, should be in range of Oversampling | |
uint8_t | oversampling_p |
value of pressure oversampling, should be in range of Oversampling | |
uint8_t | oversampling_t |
value of temperature oversampling, should be in range of Oversampling | |
uint8_t | mode |
operating mode, should be in range of Operating Mode | |
uint8_t | t_stby |
standby time for normal mode, should be in range of Standby Time | |
uint8_t | filter |
filter coeficient, should be in range of IIR Filter | |
uint8_t | spi3w_enable |
enable SPI 3-wire mode, 1 - enable, 0 - disable | |
Contains all sensor's settings.
Use this structure with BME280_ConfigureAll function to set all sensor's settings at once.