Loading...
Searching...
No Matches

Parameters for ABP2 sensors. More...

Detailed Description

Parameters for ABP2 sensors.

The range must be set in thousandths of sensor unit. For example, if the sensor unit is mbar, set the rangeMin and rangeMax properties in µbar.

Definition at line 132 of file abp2.h.

#include <abp2.h>

Data Fields

i2c_t i2c
 I2C bus the device is connected to.
 
int32_t rangeMin
 Minimum pressure range (thousandths of sensor unit).
 
int32_t rangeMax
 Maximum pressure range (thousandths of sensor unit).
 

Field Documentation

◆ i2c

i2c_t abp2_params::i2c

I2C bus the device is connected to.

Definition at line 138 of file abp2.h.

◆ rangeMax

int32_t abp2_params::rangeMax

Maximum pressure range (thousandths of sensor unit).

Definition at line 141 of file abp2.h.

◆ rangeMin

int32_t abp2_params::rangeMin

Minimum pressure range (thousandths of sensor unit).

Definition at line 140 of file abp2.h.


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