Enum Bmx280FilteringMode
Bmx280 devices feature an internal IIR filter.
Namespace: Iot.Device.Bmxx80.FilteringMode
Assembly: Iot.Device.Bmxx80.dll
Syntax
public enum Bmx280FilteringMode : byte
Remarks
This filter effectively reduces the bandwidth of the temperature and pressure output signals and increases the resolution of the pressure and temperature output data to 20 bits.
The higher the coefficient, the slower the sensors responds to external inputs. See the data sheet with recommended settings for different scenarios.Fields
Name | Description |
---|---|
Off | Filter off. |
X16 | Coefficient x16. |
X2 | Coefficient x2. |
X4 | Coefficient x4. |
X8 | Coefficient x8. |