Calibration struct for the BMX280 sensor. More...
Calibration struct for the BMX280 sensor.
This must be read from the device at startup.
#include <bmx280.h>
Data Fields | |
uint16_t | dig_T1 |
T1 coefficient. | |
int16_t | dig_T2 |
T2 coefficient. | |
int16_t | dig_T3 |
T3 coefficient. | |
uint16_t | dig_P1 |
P1 coefficient. | |
int16_t | dig_P2 |
P2 coefficient. | |
int16_t | dig_P3 |
P3 coefficient. | |
int16_t | dig_P4 |
P4 coefficient. | |
int16_t | dig_P5 |
P5 coefficient. | |
int16_t | dig_P6 |
P6 coefficient. | |
int16_t | dig_P7 |
P7 coefficient. | |
int16_t | dig_P8 |
P8 coefficient. | |
int16_t | dig_P9 |
P9 coefficient. | |
uint8_t | dig_H1 |
H1 coefficient. | |
int16_t | dig_H2 |
H2 coefficient. | |
uint8_t | dig_H3 |
H3 coefficient. | |
int16_t | dig_H4 |
H4 coefficient. | |
int16_t | dig_H5 |
H5 coefficient. | |
int8_t | dig_H6 |
H6 coefficient. | |