Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MERGE Sensor_iAQ_sgp30_bme_si7051 POCBreath_V2_smd_commercial
bme680_calib_data Struct Reference
[SENSOR API]
Structure to hold the Calibration data. More...
#include <bme680_defs.h>
Data Fields | |
uint16_t | par_h1 |
uint16_t | par_h2 |
int8_t | par_h3 |
int8_t | par_h4 |
int8_t | par_h5 |
uint8_t | par_h6 |
int8_t | par_h7 |
int8_t | par_gh1 |
int16_t | par_gh2 |
int8_t | par_gh3 |
uint16_t | par_t1 |
int16_t | par_t2 |
int8_t | par_t3 |
uint16_t | par_p1 |
int16_t | par_p2 |
int8_t | par_p3 |
int16_t | par_p4 |
int16_t | par_p5 |
int8_t | par_p6 |
int8_t | par_p7 |
int16_t | par_p8 |
int16_t | par_p9 |
uint8_t | par_p10 |
int32_t | t_fine |
float | t_fine |
uint8_t | res_heat_range |
int8_t | res_heat_val |
int8_t | range_sw_err |
Detailed Description
Structure to hold the Calibration data.
Definition at line 447 of file bme680_defs.h.
Field Documentation
int8_t par_gh1 |
Variable to store calibrated gas data
Definition at line 463 of file bme680_defs.h.
int16_t par_gh2 |
Variable to store calibrated gas data
Definition at line 465 of file bme680_defs.h.
int8_t par_gh3 |
Variable to store calibrated gas data
Definition at line 467 of file bme680_defs.h.
uint16_t par_h1 |
Variable to store calibrated humidity data
Definition at line 449 of file bme680_defs.h.
uint16_t par_h2 |
Variable to store calibrated humidity data
Definition at line 451 of file bme680_defs.h.
int8_t par_h3 |
Variable to store calibrated humidity data
Definition at line 453 of file bme680_defs.h.
int8_t par_h4 |
Variable to store calibrated humidity data
Definition at line 455 of file bme680_defs.h.
int8_t par_h5 |
Variable to store calibrated humidity data
Definition at line 457 of file bme680_defs.h.
uint8_t par_h6 |
Variable to store calibrated humidity data
Definition at line 459 of file bme680_defs.h.
int8_t par_h7 |
Variable to store calibrated humidity data
Definition at line 461 of file bme680_defs.h.
uint16_t par_p1 |
Variable to store calibrated pressure data
Definition at line 475 of file bme680_defs.h.
uint8_t par_p10 |
Variable to store calibrated pressure data
Definition at line 493 of file bme680_defs.h.
int16_t par_p2 |
Variable to store calibrated pressure data
Definition at line 477 of file bme680_defs.h.
int8_t par_p3 |
Variable to store calibrated pressure data
Definition at line 479 of file bme680_defs.h.
int16_t par_p4 |
Variable to store calibrated pressure data
Definition at line 481 of file bme680_defs.h.
int16_t par_p5 |
Variable to store calibrated pressure data
Definition at line 483 of file bme680_defs.h.
int8_t par_p6 |
Variable to store calibrated pressure data
Definition at line 485 of file bme680_defs.h.
int8_t par_p7 |
Variable to store calibrated pressure data
Definition at line 487 of file bme680_defs.h.
int16_t par_p8 |
Variable to store calibrated pressure data
Definition at line 489 of file bme680_defs.h.
int16_t par_p9 |
Variable to store calibrated pressure data
Definition at line 491 of file bme680_defs.h.
uint16_t par_t1 |
Variable to store calibrated temperature data
Definition at line 469 of file bme680_defs.h.
int16_t par_t2 |
Variable to store calibrated temperature data
Definition at line 471 of file bme680_defs.h.
int8_t par_t3 |
Variable to store calibrated temperature data
Definition at line 473 of file bme680_defs.h.
int8_t range_sw_err |
Variable to store error range
Definition at line 507 of file bme680_defs.h.
uint8_t res_heat_range |
Variable to store heater resistance range
Definition at line 503 of file bme680_defs.h.
int8_t res_heat_val |
Variable to store heater resistance value
Definition at line 505 of file bme680_defs.h.
float t_fine |
Variable to store t_fine size
Definition at line 500 of file bme680_defs.h.
int32_t t_fine |
Variable to store t_fine size
Definition at line 497 of file bme680_defs.h.
Generated on Wed Jul 13 2022 22:21:17 by
