Skip to main content

Enum Bme68x.FilteringMode

IIR filter coefficient The higher the coefficient, the slower the sensors respond

Assembly: Bme68x.dll
View Source
Declaration
public enum Bme68x.FilteringMode

Fields

C0

Filter coefficient of 0

View Source
Declaration
C0 = 0

C1

Filter coefficient of 1

View Source
Declaration
C1 = 1

C3

Filter coefficient of 3

View Source
Declaration
C3 = 2

C7

Filter coefficient of 7

View Source
Declaration
C7 = 3

C15

Filter coefficient of 15

View Source
Declaration
C15 = 4

C31

Filter coefficient of 31

View Source
Declaration
C31 = 5

C63

Filter coefficient of 63

View Source
Declaration
C63 = 6

C127

Filter coefficient of 127

View Source
Declaration
C127 = 7