100 DFRPH(
int pin,
float vref = 5.0);
132 float pH(
unsigned int samples = 15);
139 DFRPH &operator=(
const DFRPH &) {
return *
this;}
~DFRPH()
Definition: dfrph.cxx:39
float pH(unsigned int samples=15)
Definition: dfrph.cxx:61
C API for the DFRobot pH Sensors.
void setOffset(float offset)
Definition: dfrph.cxx:44
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
void setScale(float scale)
Definition: dfrph.cxx:49
DFRPH(int pin, float vref=5.0)
Definition: dfrph.cxx:32
API for the DFRobot pH Sensors.
Definition: dfrph.hpp:91