Enum Bme680FilteringMode
IIR filter coefficient. The higher the coefficient, the slower the sensors responds to external inputs.
Namespace: Iot.Device.Bmxx80.FilteringMode
Assembly: Iot.Device.Bmxx80.dll
Syntax
public enum Bme680FilteringMode
Fields
Name | Description |
---|---|
C0 | Filter coefficient of 0. |
C1 | Filter coefficient of 1. |
C127 | Filter coefficient of 127. |
C15 | Filter coefficient of 15. |
C3 | Filter coefficient of 3. |
C31 | Filter coefficient of 31. |
C63 | Filter coefficient of 63. |
C7 | Filter coefficient of 7. |