qmp6988: Driver for QMP6988 digital temperature and pressure sensor

struct qmp6988_ik_data_t
#include <qmp6988.h>

Structure holding calibration data for QMP6988.

Public Members

int32_t a0
int32_t b00
int32_t a1
int32_t a2
int64_t bt1
int64_t bt2
int64_t bp1
int64_t b11
int64_t bp2
int64_t b12
int64_t b21
int64_t bp3
struct qmp6988_t
#include <qmp6988.h>

Device descriptor.

Public Members

i2c_dev_t i2c_dev

I2C device descriptor.

qmp6988_power_mode_t power_mode

used power mode

qmp6988_filter_t filter_mode

used filter mode

qmp6988_oversampling_t oversampling_t_mode

used oversampling temp mode

qmp6988_oversampling_t oversampling_p_mode

used oversampling pressure mode

qmp6988_ik_data_t ik

used calibration data

float temperature

measured temperature

float pressure

measured pressure