Table of Contents

Struct PamojaBmp280CtrlMeas

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

A BMP280 ctrl_meas register, field by field. Mirrors <c>PamojaBmp280CtrlMeas</c> in <c>pamoja.h</c>.

public struct PamojaBmp280CtrlMeas
Inherited Members

Fields

Mode

The power mode code: 0 sleep, 1 forced, 3 normal.

public byte Mode

Field Value

byte

Pressure

The pressure oversampling code, 0..=5, where 0 skips the measurement.

public byte Pressure

Field Value

byte

Temperature

The temperature oversampling code, 0..=5, where 0 skips the measurement.

public byte Temperature

Field Value

byte