Loading...
Searching...
No Matches

Calibration struct for the BMX280 sensor. More...

Detailed Description

Calibration struct for the BMX280 sensor.

This must be read from the device at startup.

Definition at line 104 of file bmx280.h.

#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.
 

Field Documentation

◆ dig_H1

uint8_t bmx280_calibration_t::dig_H1

H1 coefficient.

Definition at line 119 of file bmx280.h.

◆ dig_H2

int16_t bmx280_calibration_t::dig_H2

H2 coefficient.

Definition at line 120 of file bmx280.h.

◆ dig_H3

uint8_t bmx280_calibration_t::dig_H3

H3 coefficient.

Definition at line 121 of file bmx280.h.

◆ dig_H4

int16_t bmx280_calibration_t::dig_H4

H4 coefficient.

Definition at line 122 of file bmx280.h.

◆ dig_H5

int16_t bmx280_calibration_t::dig_H5

H5 coefficient.

Definition at line 123 of file bmx280.h.

◆ dig_H6

int8_t bmx280_calibration_t::dig_H6

H6 coefficient.

Definition at line 124 of file bmx280.h.

◆ dig_P1

uint16_t bmx280_calibration_t::dig_P1

P1 coefficient.

Definition at line 109 of file bmx280.h.

◆ dig_P2

int16_t bmx280_calibration_t::dig_P2

P2 coefficient.

Definition at line 110 of file bmx280.h.

◆ dig_P3

int16_t bmx280_calibration_t::dig_P3

P3 coefficient.

Definition at line 111 of file bmx280.h.

◆ dig_P4

int16_t bmx280_calibration_t::dig_P4

P4 coefficient.

Definition at line 112 of file bmx280.h.

◆ dig_P5

int16_t bmx280_calibration_t::dig_P5

P5 coefficient.

Definition at line 113 of file bmx280.h.

◆ dig_P6

int16_t bmx280_calibration_t::dig_P6

P6 coefficient.

Definition at line 114 of file bmx280.h.

◆ dig_P7

int16_t bmx280_calibration_t::dig_P7

P7 coefficient.

Definition at line 115 of file bmx280.h.

◆ dig_P8

int16_t bmx280_calibration_t::dig_P8

P8 coefficient.

Definition at line 116 of file bmx280.h.

◆ dig_P9

int16_t bmx280_calibration_t::dig_P9

P9 coefficient.

Definition at line 117 of file bmx280.h.

◆ dig_T1

uint16_t bmx280_calibration_t::dig_T1

T1 coefficient.

Definition at line 105 of file bmx280.h.

◆ dig_T2

int16_t bmx280_calibration_t::dig_T2

T2 coefficient.

Definition at line 106 of file bmx280.h.

◆ dig_T3

int16_t bmx280_calibration_t::dig_T3

T3 coefficient.

Definition at line 107 of file bmx280.h.


The documentation for this struct was generated from the following file: