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

Device descriptor for the BMX280 sensor. More...

Detailed Description

Device descriptor for the BMX280 sensor.

Definition at line 211 of file bmx280.h.

#include <bmx280.h>

Data Fields

bmx280_params_t params
 Device Parameters.
 
bmx280_calibration_t calibration
 Calibration Data.
 
int32_t t_fine
 temperature compensation value
 
uint8_t last_reading [BMX280_RAW_LEN]
 cache the RAW data
 

Field Documentation

◆ calibration

bmx280_calibration_t bmx280_t::calibration

Calibration Data.

Definition at line 213 of file bmx280.h.

◆ last_reading

uint8_t bmx280_t::last_reading[BMX280_RAW_LEN]

cache the RAW data

Definition at line 215 of file bmx280.h.

◆ params

bmx280_params_t bmx280_t::params

Device Parameters.

Definition at line 212 of file bmx280.h.

◆ t_fine

int32_t bmx280_t::t_fine

temperature compensation value

Definition at line 214 of file bmx280.h.


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