Skip to main content

Module register

Module register 

Source
Expand description

The HDC1080 register addresses. Every register is 16 bits, sent MSB first.

Constantsยง

CONFIGURATION
Configuration and status register.
DEVICE_ID
Device id; reads super::DEVICE_ID for an HDC1080.
HUMIDITY
Humidity result; writing this pointer triggers a humidity-only acquisition.
MANUFACTURER_ID
Manufacturer id; reads super::MANUFACTURER_ID.
SERIAL_ID_HIGH
Serial-id bits 40:25.
SERIAL_ID_LOW
Serial-id bits 8:0, in bits 15:7 of the register.
SERIAL_ID_MID
Serial-id bits 24:9.
TEMPERATURE
Temperature result; writing this pointer also triggers an acquisition.