I2C 接続の温度センサ ADT7410 用のライブラリ. Library for temperature sensor ADT7410 connected using I2C interface.

Dependents:   Mbed2_ConnectTestAll Demo_ADT7410

Revision:
2:c134a43c7875
Parent:
1:ad3046485a3e
Child:
3:e0717c58a396
diff -r ad3046485a3e -r c134a43c7875 ADT7410.hpp
--- a/ADT7410.hpp	Mon Jun 15 07:26:05 2015 +0000
+++ b/ADT7410.hpp	Mon Jun 15 09:18:19 2015 +0000
@@ -1,5 +1,6 @@
 //--------------------------------------------------------------
 //  Class for using ADT7410 (Header)
+//      Default: 13-bit resolution
 //  2015/06/15, Copyright (c) 2015 MIKAMI, Naoki
 //--------------------------------------------------------------
 
@@ -50,4 +51,4 @@
         I2C i2c_;               // Object of I2C
     };
 }
-#endif  // ADT7410_HPP
\ No newline at end of file
+#endif  // ADT7410_HPP