BME280 Driver 2.0.x
Driver for BME280 sensor
Loading...
Searching...
No Matches
BME280_Config_t Struct Reference

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
 

Detailed Description

Contains all sensor's settings.

Use this structure with BME280_ConfigureAll function to set all sensor's settings at once.


The documentation for this struct was generated from the following file: