Temperature sensor library

Dependents:   HEPTA_SENSOR HEPTA_SENSOR

Revision:
6:9a367d5cf53d
Parent:
3:96c3dd85be15
--- a/HeptaTemp.cpp	Tue Sep 05 12:47:05 2017 +0000
+++ b/HeptaTemp.cpp	Tue Sep 12 08:15:32 2017 +0000
@@ -35,7 +35,7 @@
     *temp = (Rth-Pt)/(ce*Pt);
     
 // delay some time before reading again
-    wait(0.5);
+    //wait(0.5);
 
 }