PX4 Firmware
PX4 Autopilot Software http://px4.io
bmp280::calibration_s Struct Reference

#include <bmp280.h>

Collaboration diagram for bmp280::calibration_s:

Public Attributes

uint16_t t1
 
int16_t t2
 
int16_t t3
 
uint16_t p1
 
int16_t p2
 
int16_t p3
 
int16_t p4
 
int16_t p5
 
int16_t p6
 
int16_t p7
 
int16_t p8
 
int16_t p9
 

Detailed Description

Definition at line 88 of file bmp280.h.

Member Data Documentation

◆ p1

uint16_t bmp280::calibration_s::p1

Definition at line 93 of file bmp280.h.

Referenced by BMP280::init().

◆ p2

int16_t bmp280::calibration_s::p2

Definition at line 94 of file bmp280.h.

Referenced by BMP280::init().

◆ p3

int16_t bmp280::calibration_s::p3

Definition at line 95 of file bmp280.h.

Referenced by BMP280::init().

◆ p4

int16_t bmp280::calibration_s::p4

Definition at line 96 of file bmp280.h.

Referenced by BMP280::init().

◆ p5

int16_t bmp280::calibration_s::p5

Definition at line 97 of file bmp280.h.

Referenced by BMP280::init().

◆ p6

int16_t bmp280::calibration_s::p6

Definition at line 98 of file bmp280.h.

Referenced by BMP280::init().

◆ p7

int16_t bmp280::calibration_s::p7

Definition at line 99 of file bmp280.h.

Referenced by BMP280::init().

◆ p8

int16_t bmp280::calibration_s::p8

Definition at line 100 of file bmp280.h.

Referenced by BMP280::init().

◆ p9

int16_t bmp280::calibration_s::p9

Definition at line 101 of file bmp280.h.

Referenced by BMP280::init().

◆ t1

uint16_t bmp280::calibration_s::t1

Definition at line 89 of file bmp280.h.

Referenced by BMP280::init().

◆ t2

int16_t bmp280::calibration_s::t2

Definition at line 90 of file bmp280.h.

Referenced by BMP280::init().

◆ t3

int16_t bmp280::calibration_s::t3

Definition at line 91 of file bmp280.h.

Referenced by BMP280::init().


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