AM2320 library

Dependents:   mbed_AM2320 Fungi Fungi Nucleo_SSD1306_DS1302_ESP8266_AM2320_BME280 ... more

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

Revision:
1:766868b34d56
Parent:
0:2cb35c995095
--- a/AM2320.h	Sat Mar 14 17:21:25 2015 +0000
+++ b/AM2320.h	Fri Jul 10 14:56:41 2015 +0000
@@ -22,8 +22,8 @@
     AM2320 (I2C& p_i2c);
 
     void get();
-    int humidity();
-    int temperature();
+    unsigned short humidity();
+    signed short temperature();
 
 protected:
     
@@ -38,3 +38,4 @@
 #endif /* AM2320_H_ */
 
 
+