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_tph_sett Struct Reference
[SENSOR API]
BME680 sensor settings structure which comprises of ODR, over-sampling and filter settings. More...
#include <bme680_defs.h>
Data Fields | |
uint8_t | os_hum |
uint8_t | os_temp |
uint8_t | os_pres |
uint8_t | filter |
Detailed Description
BME680 sensor settings structure which comprises of ODR, over-sampling and filter settings.
Definition at line 514 of file bme680_defs.h.
Field Documentation
uint8_t filter |
Filter coefficient
Definition at line 522 of file bme680_defs.h.
uint8_t os_hum |
Humidity oversampling
Definition at line 516 of file bme680_defs.h.
uint8_t os_pres |
Pressure oversampling
Definition at line 520 of file bme680_defs.h.
uint8_t os_temp |
Temperature oversampling
Definition at line 518 of file bme680_defs.h.
Generated on Wed Jul 13 2022 22:21:17 by
