Sensiron SHT 7x Temperature and humidity device library
Dependents: temp xj-Nucleo-F303K8-SHT75-TEST
Revision 5:db6b417dfa74, committed 2010-10-27
- Comitter:
- nimbusgb
- Date:
- Wed Oct 27 16:37:33 2010 +0000
- Parent:
- 4:9a5e846258a9
- Commit message:
Changed in this revision
| sht7X.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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