All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Calibration struct for the BMP180 sensor. More...

Detailed Description

Calibration struct for the BMP180 sensor.

Definition at line 47 of file bmp180.h.

#include <bmp180.h>

Data Fields

int16_t ac1
 ac1 coefficient
 
int16_t ac2
 ac2 coefficient
 
int16_t ac3
 ac3 coefficient
 
int16_t b1
 b1 coefficient
 
int16_t b2
 b2 coefficient
 
int16_t mb
 mb coefficient
 
int16_t mc
 mc coefficient
 
int16_t md
 md coefficient
 
uint16_t ac4
 ac4 coefficient
 
uint16_t ac5
 ac5 coefficient
 
uint16_t ac6
 ac6 coefficient
 

Field Documentation

◆ ac1

int16_t bmp180_calibration_t::ac1

ac1 coefficient

Definition at line 48 of file bmp180.h.

◆ ac2

int16_t bmp180_calibration_t::ac2

ac2 coefficient

Definition at line 49 of file bmp180.h.

◆ ac3

int16_t bmp180_calibration_t::ac3

ac3 coefficient

Definition at line 50 of file bmp180.h.

◆ ac4

uint16_t bmp180_calibration_t::ac4

ac4 coefficient

Definition at line 56 of file bmp180.h.

◆ ac5

uint16_t bmp180_calibration_t::ac5

ac5 coefficient

Definition at line 57 of file bmp180.h.

◆ ac6

uint16_t bmp180_calibration_t::ac6

ac6 coefficient

Definition at line 58 of file bmp180.h.

◆ b1

int16_t bmp180_calibration_t::b1

b1 coefficient

Definition at line 51 of file bmp180.h.

◆ b2

int16_t bmp180_calibration_t::b2

b2 coefficient

Definition at line 52 of file bmp180.h.

◆ mb

int16_t bmp180_calibration_t::mb

mb coefficient

Definition at line 53 of file bmp180.h.

◆ mc

int16_t bmp180_calibration_t::mc

mc coefficient

Definition at line 54 of file bmp180.h.

◆ md

int16_t bmp180_calibration_t::md

md coefficient

Definition at line 55 of file bmp180.h.


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