Humidity and Temperature Sensor - Sensirion SHT1x driver
Dependents: mDot_TTN_DHT11_Boston16_CAM
Fork of SHTx by
Revision 2:dd208d161bf6, committed 2016-12-03
- 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 |
diff -r 8465801be23f -r dd208d161bf6 sht15.hpp --- 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;