DHT sensor LIB
Dependents: DHT22tester LASS_LoRa_mbed TestingDHT22sensor_fork1 Test_sensor_DHT22
Fork of DHT by
Diff: DHT.h
- Revision:
- 2:cd93a537b2e7
- Parent:
- 0:9b5b3200688f
diff -r 6ddabfde1db6 -r cd93a537b2e7 DHT.h --- a/DHT.h Fri Feb 05 10:03:57 2016 +0000 +++ b/DHT.h Wed Feb 24 09:07:53 2016 +0000 @@ -75,7 +75,7 @@ float ReadTemperature(eScale Scale); float CalcdewPoint(float celsius, float humidity); float CalcdewPointFast(float celsius, float humidity); - + void printErr(int ErrType); private: time_t _lastReadTime; float _lastTemperature;