Skip to main content

Module register

Module register 

Source
Expand description

The BMP280 register addresses.

Constantsยง

CALIBRATION
First of the 24 trimming bytes, calib00..=calib23 (0x88..=0x9F).
CHIP_ID
Chip-id register; reads super::CHIP_ID for a BMP280.
CONFIG
Configuration register: standby time, IIR filter, and 3-wire SPI.
CTRL_MEAS
Measurement control register: oversampling and power mode.
DATA
First of the 6 burst-read data bytes: pressure then temperature (0xF7..=0xFC).
RESET
Soft-reset register; write super::RESET_WORD.
STATUS
Status register: measuring in bit 3, im_update in bit 0.