This is a Testing library

Fork of DHT by Wim De Roeve

Revision:
1:946ecc42b731
Parent:
0:9b5b3200688f
--- a/DHT.h	Mon Jul 09 19:47:43 2012 +0000
+++ b/DHT.h	Mon Nov 28 12:59:39 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;