DHT for Pepsi
Fork of DHT by
Diff: DHT.h
- Revision:
- 1:60d14f46bed9
- Parent:
- 0:9b5b3200688f
--- a/DHT.h Mon Jul 09 19:47:43 2012 +0000 +++ b/DHT.h Wed Jun 15 08:11:49 2016 +0000 @@ -75,7 +75,7 @@ float ReadTemperature(eScale Scale); float CalcdewPoint(float celsius, float humidity); float CalcdewPointFast(float celsius, float humidity); - + int DHT_data[6]; // Changed Kunal to access 8 bit unsigned data private: time_t _lastReadTime; float _lastTemperature; @@ -83,7 +83,7 @@ PinName _pin; bool _firsttime; int _DHTtype; - int DHT_data[6]; + //int DHT_data[6]; float CalcTemperature(); float CalcHumidity(); float ConvertCelciustoFarenheit(float);