30 #include <mraa/aio.hpp> 74 Temperature(
unsigned int pin,
float scale = 1.0,
int r0 = 100000,
int b = 4275);
91 return "Temperature sensor";
100 mraa_aio_context m_aio;
API for NTC Temperature Sensors.
Definition: temperature.hpp:61
int value()
Definition: temperature.cxx:54
std::string name()
Definition: temperature.hpp:89
float raw_value()
Definition: temperature.cxx:65
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
~Temperature()
Definition: temperature.cxx:49
Temperature(unsigned int pin, float scale=1.0, int r0=100000, int b=4275)
Definition: temperature.cxx:37