Skip to main content

Module register

Module register 

Source
Expand description

The BME280 register addresses used to read calibration and measurements.

Constantsยง

CALIB_HUMIDITY
First of the 7 humidity calibration bytes (0xE1..=0xE7).
CALIB_TEMP_PRESS
First of the 26 temperature and pressure calibration bytes (0x88..=0xA1).
CHIP_ID
Chip-id register; reads super::CHIP_ID for a BME280.
DATA
First of the 8 burst-read data bytes: pressure, temperature, humidity (0xF7..=0xFE).
RESET
Soft-reset register.