30 #include <mraa/aio.hpp> 
   73         Temperature(
unsigned int pin, 
float scale = 1.0, 
int r0 = 100000, 
int b = 4275);
 
   90             return "Temperature sensor";
 
   99         mraa_aio_context m_aio;
 
API for the Grove Temperature Sensor. 
Definition: temperature.hpp:60
 
int value()
Definition: temperature.cxx:54
 
float raw_value()
Definition: temperature.cxx:65
 
~Temperature()
Definition: temperature.cxx:49
 
Temperature(unsigned int pin, float scale=1.0, int r0=100000, int b=4275)
Definition: temperature.cxx:37