Sensiron SHT 7x Temperature and humidity device library

Dependents:   temp xj-Nucleo-F303K8-SHT75-TEST

Revision:
5:db6b417dfa74
Parent:
4:9a5e846258a9
diff -r 9a5e846258a9 -r db6b417dfa74 sht7X.h
--- a/sht7X.h	Wed Oct 27 16:24:21 2010 +0000
+++ b/sht7X.h	Wed Oct 27 16:37:33 2010 +0000
@@ -76,6 +76,16 @@
 class SHT75 
     {
     public:
+     /**
+      * @var temperature float to hold the temp
+      */
+        float temperature;
+      /**
+      * @var humidity float to hold the calculated humidity
+      */
+
+        float humidity;
+    
      /** Create an SHT object connected to the specified Digital pins
       *
       * @param pclock digital pin to use as clock