Enum Bmx280PowerMode
Sensor power mode.
public enum Bmx280PowerMode : byte
Fields
Forced = 2
Perform one measurement, store results, and return to sleep mode.
Normal = 3
Perpetual cycling of measurements and inactive periods. This interval is determined by the combination of IIR filter and standby time options.
Sleep = 0
No operations, all registers accessible, lowest power mode, selected after startup.