Enum Bme68x.FilteringMode
IIR filter coefficient The higher the coefficient, the slower the sensors respond
Assembly: Bme68x.dll
View Source
public enum Bme68x.FilteringMode
Fields
C0
Filter coefficient of 0
View Source
C0 = 0
C1
Filter coefficient of 1
View Source
C1 = 1
C3
Filter coefficient of 3
View Source
C3 = 2
C7
Filter coefficient of 7
View Source
C7 = 3
C15
Filter coefficient of 15
View Source
C15 = 4
C31
Filter coefficient of 31
View Source
C31 = 5
C63
Filter coefficient of 63
View Source
C63 = 6
C127
Filter coefficient of 127
View Source
C127 = 7