Humidity and Temperature Sensor - Sensirion SHT1x driver

Dependents:   mDot_TTN_DHT11_Boston16_CAM

Fork of SHTx by Roy van Dam

Files at this revision

API Documentation at this revision

Comitter:
merckeng
Date:
Sat Dec 03 22:03:35 2016 +0000
Parent:
1:8465801be23f
Commit message:
fix a bug (?)

Changed in this revision

sht15.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/sht15.hpp	Fri Nov 19 16:24:46 2010 +0000
+++ b/sht15.hpp	Sat Dec 03 22:03:35 2016 +0000
@@ -37,7 +37,7 @@
      *  High level software interface.
      */
     class SHT15 {
-    private:
+    public: // CM private
         I2C i2c;
         
         bool ready;