Possible values of oversampling.
More...
|
|
#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
|
| |
Possible values of oversampling.