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