|
Envorimental Monitoring
|
BMP180 factory calibration coefficients. More...
#include <bmp180.h>
Data Fields | |
| int16_t | AC1 |
| int16_t | AC2 |
| int16_t | AC3 |
| uint16_t | AC4 |
| uint16_t | AC5 |
| uint16_t | AC6 |
| int16_t | B1 |
| int16_t | B2 |
| int16_t | MB |
| int16_t | MC |
| int16_t | MD |
BMP180 factory calibration coefficients.
Read once in BMP180_Init() from the sensor's EEPROM (registers 0xAA–0xBF). Used by BMP180_calc_temperature() and BMP180_calc_pressure().
| int16_t AC1 |
Calibration coefficient AC1.
| int16_t AC2 |
Calibration coefficient AC2.
| int16_t AC3 |
Calibration coefficient AC3.
| uint16_t AC4 |
Calibration coefficient AC4.
| uint16_t AC5 |
Calibration coefficient AC5.
| uint16_t AC6 |
Calibration coefficient AC6.
| int16_t B1 |
Calibration coefficient B1.
| int16_t B2 |
Calibration coefficient B2.
| int16_t MB |
Calibration coefficient MB.
| int16_t MC |
Calibration coefficient MC.
| int16_t MD |
Calibration coefficient MD.