71         ABP(
int bus, 
int devAddress);
   125         ABP& operator=(
const ABP&) {
return *
this;}
 ABP(int bus, int devAddress)
Definition: abp.cxx:33
 
void setMinPressure(int min)
Definition: abp.cxx:67
 
~ABP()
Definition: abp.cxx:41
 
void update()
Definition: abp.cxx:46
 
C++ API wrapper for the bh1749 driver. 
Definition: a110x.hpp:29
 
float getPressure()
Definition: abp.cxx:52
 
float getTemperature()
Definition: abp.cxx:57
 
API for the ABP Honeywell Pressure Sensor. 
Definition: abp.hpp:62
 
C API for the ABP Honeywell Pressure Sensor. 
 
void setMaxPressure(int max)
Definition: abp.cxx:62