bmp280: Driver for BMP280/BME280 digital pressure sensor
- struct bmp280_params_t
#include <bmp280.h>Configuration parameters for BMP280 module.
Use function bmp280_init_default_params() to use default configuration.
- struct bmp280_t
#include <bmp280.h>Device descriptor.
Public Members
- uint16_t dig_T1
- int16_t dig_T2
- int16_t dig_T3
- uint16_t dig_P1
- int16_t dig_P2
- int16_t dig_P3
- int16_t dig_P4
- int16_t dig_P5
- int16_t dig_P6
- int16_t dig_P7
- int16_t dig_P8
- int16_t dig_P9
- uint8_t dig_H1
- int16_t dig_H2
- uint8_t dig_H3
- int16_t dig_H4
- int16_t dig_H5
- int8_t dig_H6
- i2c_dev_t i2c_dev
I2C device descriptor.
- uint8_t id
Chip ID.