An eddied version of http://mbed.org/users/crazystick/code/DHT22/ for LPC11U24. All printf statements are removed and features requiring the real time clock are removed.

Dependents:   RHT03_HelloWorld IOT_sensor_nfc CanSat_Alex cansat_alex_v1 ... more

Revision:
3:21ede1fe79b7
Parent:
2:b07365121071
Child:
4:e9fe691122c1
--- a/RHT03.h	Wed Aug 29 10:16:53 2012 +0000
+++ b/RHT03.h	Wed Aug 29 10:19:33 2012 +0000
@@ -39,6 +39,7 @@
     RHT_ERROR_TOO_QUICK
 } RHT03_ERROR;
 
+/** RHT03 interface class for reading data from the sensor */
 class RHT03
 {
 private: