Arduino trying to get DHT senosors to work
This commit is contained in:
parent
5fd432ee4c
commit
eff019c012
7 changed files with 196 additions and 120 deletions
|
|
@ -69,7 +69,7 @@ public:
|
|||
struct TemperatureData
|
||||
{
|
||||
float temperature;
|
||||
short humidity;
|
||||
float humidity;
|
||||
};
|
||||
class SensorTemperature : public Sensor
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue