Table of Contents

Struct PamojaBmp280Measurement

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

The uncompensated codes a BMP280 burst read carries. Mirrors <c>PamojaBmp280Measurement</c> in <c>pamoja.h</c>.

public struct PamojaBmp280Measurement
Inherited Members

Fields

Pressure

The 20-bit pressure code.

public uint Pressure

Field Value

uint

PressureSkipped

1 when pressure oversampling was off, so the code carries no reading.

public byte PressureSkipped

Field Value

byte

Temperature

The 20-bit temperature code.

public uint Temperature

Field Value

uint

TemperatureSkipped

1 when temperature oversampling was off, so the code carries no reading.

public byte TemperatureSkipped

Field Value

byte