ADT7410 library

Dependents:   mbed_DEMO mbed_BLE

See https://developer.mbed.org/users/yasuyuki/notebook/ADT7410/

Revision:
1:b13511ed5965
Parent:
0:cebbc4e855af
--- a/ADT7410.h	Sat Oct 04 12:01:32 2014 +0000
+++ b/ADT7410.h	Fri Oct 10 04:39:36 2014 +0000
@@ -33,7 +33,7 @@
 
     void put(unsigned char a, unsigned char b);
     void get(unsigned char a);
-    int value();
+    short value();
 
 protected: