Class Bme280.Configuration
BME280 configuration class
Assembly: Bme280.dll
View Source
public class Bme280.Configuration
Properties
TemperatureOverSampling
Temperature over sampling configuration
View Source
public Bme280.Oversample TemperatureOverSampling { get; set; }
PressureOversampling
Pressure over sampling configuration
View Source
public Bme280.Oversample PressureOversampling { get; set; }
HumidityOverSampling
Humidity over sampling configuration
View Source
public Bme280.Oversample HumidityOverSampling { get; set; }
Mode
Set the operating mode for the sensor
View Source
public Bme280.Modes Mode { get; set; }
Standby
Set the standby period for the sensor
View Source
public Bme280.StandbyDuration Standby { get; set; }
Filter
Determine the time constant for the IIR filter
View Source
public Bme280.FilterCoefficient Filter { get; set; }