|
RocketLogger
1.1.4
|
#include <bme280.h>
Data Fields | |
| 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 |
| uint8_t | H1 |
| int16_t | H2 |
| uint8_t | H3 |
| int16_t | H4 |
| int16_t | H5 |
| int8_t | H6 |
| uint8_t BME280_calibration_t::H1 |
Definition at line 148 of file bme280.h.
Referenced by BME280_compensate_humidity(), and BME280_readCalibration().
| int16_t BME280_calibration_t::H2 |
Definition at line 149 of file bme280.h.
Referenced by BME280_compensate_humidity(), and BME280_readCalibration().
| uint8_t BME280_calibration_t::H3 |
Definition at line 150 of file bme280.h.
Referenced by BME280_compensate_humidity(), and BME280_readCalibration().
| int16_t BME280_calibration_t::H4 |
Definition at line 151 of file bme280.h.
Referenced by BME280_compensate_humidity(), and BME280_readCalibration().
| int16_t BME280_calibration_t::H5 |
Definition at line 152 of file bme280.h.
Referenced by BME280_compensate_humidity(), and BME280_readCalibration().
| int8_t BME280_calibration_t::H6 |
Definition at line 153 of file bme280.h.
Referenced by BME280_compensate_humidity(), and BME280_readCalibration().
| uint16_t BME280_calibration_t::P1 |
Definition at line 137 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P2 |
Definition at line 138 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P3 |
Definition at line 139 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P4 |
Definition at line 140 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P5 |
Definition at line 141 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P6 |
Definition at line 142 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P7 |
Definition at line 143 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P8 |
Definition at line 144 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| int16_t BME280_calibration_t::P9 |
Definition at line 145 of file bme280.h.
Referenced by BME280_compensate_preasure(), and BME280_readCalibration().
| uint16_t BME280_calibration_t::T1 |
Definition at line 132 of file bme280.h.
Referenced by BME280_compensate_temperature_fine(), and BME280_readCalibration().
| int16_t BME280_calibration_t::T2 |
Definition at line 133 of file bme280.h.
Referenced by BME280_compensate_temperature_fine(), and BME280_readCalibration().
| int16_t BME280_calibration_t::T3 |
Definition at line 134 of file bme280.h.
Referenced by BME280_compensate_temperature_fine(), and BME280_readCalibration().