Parameters for ABP2 sensors. More...
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.
#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). | |