BME280 Driver 2.0.x
Driver for BME280 sensor
Loading...
Searching...
No Matches

Possible values of oversampling. More...

Collaboration diagram for Oversampling:

Macros

#define BME280_OVERSAMPLING_SKIPP   (0x00)
 no oversampling (skipp measure)
 
#define BME280_OVERSAMPLING_X1   (0x01)
 oversampling x1
 
#define BME280_OVERSAMPLING_X2   (0x02)
 oversampling x2
 
#define BME280_OVERSAMPLING_X4   (0x03)
 oversampling x4
 
#define BME280_OVERSAMPLING_X8   (0x04)
 oversampling x8
 
#define BME280_OVERSAMPLING_X16   (0x05)
 oversampling x16
 

Detailed Description

Possible values of oversampling.