70 LM35(
int pin,
float aref=5.0);
106 LM35 &operator=(
const LM35&) =
delete;
API for the DFRobot LM35 Linear Temperature Sensor.
Definition: lm35.hpp:61
void setOffset(float offset)
Definition: lm35.cxx:62
C API for the LM35 Temperature Sensor.
void setScale(float scale)
Definition: lm35.cxx:57
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
LM35(int pin, float aref=5.0)
Definition: lm35.cxx:32
float getTemperature()
Definition: lm35.cxx:45
~LM35()
Definition: lm35.cxx:40