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 = 0Filter coefficient of 0.
C1 = 1Filter coefficient of 1.
C127 = 7Filter coefficient of 127.
C15 = 4Filter coefficient of 15.
C3 = 2Filter coefficient of 3.
C31 = 5Filter coefficient of 31.
C63 = 6Filter coefficient of 63.
C7 = 3Filter coefficient of 7.