AM2321 library

Dependents:   mbed_AM2321_copy mbed_AM2321

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

Revision:
1:39f20504d5c5
Parent:
0:3656aea4e6f6
--- a/AM2321.h	Wed Oct 08 02:48:36 2014 +0000
+++ b/AM2321.h	Fri Jul 10 14:59:04 2015 +0000
@@ -22,8 +22,8 @@
     AM2321 (I2C& p_i2c);
 
     void get();
-    int humidity();
-    int temperature();
+    unsigned short humidity();
+    signed short temperature();
 
 protected:
     
@@ -38,3 +38,4 @@
 #endif /* AM2321_H_ */
 
 
+