Sensiron SHT 7x Temperature and humidity device library

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

Revision:
4:9a5e846258a9
Parent:
3:c6a7a49099fe
Child:
5:db6b417dfa74
--- a/sht7X.h	Wed Oct 27 16:23:25 2010 +0000
+++ b/sht7X.h	Wed Oct 27 16:24:21 2010 +0000
@@ -33,7 +33,7 @@
 const float T1= +0.01;             // for 14 Bit @ 5V
 const float T2= +0.00008;          // for 14 Bit @ 5V
 
-/** Servo control class, based on a PwmOut
+/** SHT7X driver class
 *
 * Example:
 * @code