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_IDfor a BME280. - DATA
- First of the 8 burst-read data bytes: pressure, temperature, humidity (0xF7..=0xFE).
- RESET
- Soft-reset register.