Skip to main content

Enum Bme280.Modes

Valid values for the operating mode of the sensor.

Assembly: Bme280.dll
View Source
Declaration
public enum Bme280.Modes : byte

Fields

Sleep

no operation, all registers accessible, lowest power, selected after startup

View Source
Declaration
Sleep = 0

Forced

perform one measurement, store results and return to sleep mode

View Source
Declaration
Forced = 1

Normal

perpetual cycling of measurements and inactive periods.

View Source
Declaration
Normal = 3