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

Dependents:   Mbed2_ConnectTestAll Demo_ADT7410

Revision:
6:438204ab1793
Parent:
5:bbcd91ba7c6b
Child:
7:990e3c54ac51
diff -r bbcd91ba7c6b -r 438204ab1793 ADT7410.cpp
--- a/ADT7410.cpp	Sat Oct 28 13:14:53 2017 +0000
+++ b/ADT7410.cpp	Thu Apr 02 02:38:16 2020 +0000
@@ -2,8 +2,8 @@
 //  Class for ADT7410
 //      Default: 13-bit resolution
 //
-//  このプログラムを作った際の mbed のリビジョン:Rev.154
-//  2017/10/28, Copyright (c) 2017 MIKAMI, Naoki
+//  このプログラムを作った際の mbed のリビジョン:Rev.172
+//  2020/04/02, Copyright (c) 2020 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "ADT7410.hpp"
@@ -51,5 +51,4 @@
         wait_ms(250);
         SetConfig(0x00);
     }
-}
-
+}
\ No newline at end of file