HDC1000 library

Dependents:   Condensation_Monitor mbed_HDC1000 BLE_Condensation_Monitor GR-PEACH_TAMORI

See http://developer.mbed.org/users/yasuyuki/notebook/HDC1000/

Revision:
1:45126276dbf3
Parent:
0:82c214412005
--- a/HDC1000.h	Wed Jan 28 08:53:47 2015 +0000
+++ b/HDC1000.h	Fri Jul 10 15:00:59 2015 +0000
@@ -26,8 +26,8 @@
     HDC1000 (I2C& p_i2c);
 
     void get();
-    int humidity();
-    int temperature();
+    unsigned short humidity();
+    unsigned short temperature();
     void init();
 
 protected: