Table of Contents

Struct PamojaHdc1080Config

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

An HDC1080 configuration register, field by field. Mirrors <c>PamojaHdc1080Config</c> in <c>pamoja.h</c>.

public struct PamojaHdc1080Config
Inherited Members

Fields

BatteryLow

1 when the supply has dropped below 2.8 V, which the part reports back.

public byte BatteryLow

Field Value

byte

Heater

1 runs the on-die heater during measurements.

public byte Heater

Field Value

byte

HumidityResolutionBits

The humidity resolution in bits: 14, 11, or 8.

public byte HumidityResolutionBits

Field Value

byte

Sequential

1 acquires temperature and humidity from one trigger.

public byte Sequential

Field Value

byte

SoftwareReset

1 resets the part when this register is written.

public byte SoftwareReset

Field Value

byte

TemperatureResolutionBits

The temperature resolution in bits: 14 or 11.

public byte TemperatureResolutionBits

Field Value

byte