I2C 接続の温度センサ ADT7410 用のライブラリの使用例. Demo program of the library for temperature sensor ADT7410 connected using I2C interface.

Dependencies:   mbed UIT_ADT7410

Revision:
12:9a71c11c8e92
Parent:
11:632e038543e3
Child:
13:7f89953302c5
diff -r 632e038543e3 -r 9a71c11c8e92 main.cpp
--- a/main.cpp	Sat Oct 28 13:15:35 2017 +0000
+++ b/main.cpp	Thu Apr 02 02:38:48 2020 +0000
@@ -1,7 +1,7 @@
 //--------------------------------------------------------------
 //  ADT7410 and LCD display using I2C interface
-//      mbed revision: 154
-//  2017/10/28, Copyright (c) 2017 MIKAMI, Naoki
+//      mbed revision: 172
+//  2020/04/02, Copyright (c) 2020 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #pragma diag_suppress 870   // マルチバイト文字使用の警告を抑制
@@ -45,5 +45,4 @@
         printf("%5.1f [℃]\r\n", value);
         wait(1);
     }
-}
-
+}
\ No newline at end of file