Treehopper C++ API
HumiditySensor.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Libraries/Treehopper.Libraries.h
>
4
#include <
Libraries/Pollable.h
>
5
6
namespace
Treehopper
{
7
namespace
Libraries {
8
namespace
Sensors {
9
namespace
Humidity {
10
class
LIBRARIES_API
HumiditySensor
:
virtual
public
Pollable
{
11
public
:
12
double
relativeHumidity();
13
14
protected
:
15
double
_relativeHumidity;
16
};
17
}
18
}
19
}
20
}
21
Treehopper::Libraries::Sensors::Humidity::HumiditySensor
Definition:
HumiditySensor.h:10
Pollable.h
LIBRARIES_API
#define LIBRARIES_API
Definition:
Treehopper.Libraries.h:17
Treehopper
Definition:
AdcPin.h:3
Treehopper::Libraries::Pollable
Definition:
Pollable.h:8
Treehopper.Libraries.h
C++
API
inc
Libraries
Sensors
Humidity
HumiditySensor.h