29 #include <mraa/aio.hpp> 
   32 #define HDXXVXTA_DEFAULT_AREF 5.0 
   94     HDXXVXTA(
int hPin, 
int tPin, 
float aref=HDXXVXTA_DEFAULT_AREF);
 
  147     mraa::Aio *m_aioTemp;
 
HDXXVXTA(int hPin, int tPin, float aref=HDXXVXTA_DEFAULT_AREF)
Definition: hdxxvxta.cxx:40
 
void setRange(RANGE_T range=RANGE_MINUS40_50)
Definition: hdxxvxta.hpp:109
 
float getTemperature(bool fahrenheit=false)
Definition: hdxxvxta.cxx:110
 
~HDXXVXTA()
Definition: hdxxvxta.cxx:67
 
API for the Veris HDXXVXTA Humidity Transmitter. 
Definition: hdxxvxta.hpp:74
 
void update()
Definition: hdxxvxta.cxx:73
 
float getHumidity()
Definition: hdxxvxta.cxx:118