Skip to main content

Enum Bmx280.Modes

Valid values for the operating mode of the sensor.

Assembly: Bmx280.dll
View Source
Declaration
public enum Bmx280.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