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

Dependencies:   mbed UIT_ADT7410

Revision:
11:632e038543e3
Parent:
10:dc41d13e64cb
Child:
12:9a71c11c8e92
--- a/main.cpp	Fri Sep 01 11:15:24 2017 +0000
+++ b/main.cpp	Sat Oct 28 13:15:35 2017 +0000
@@ -1,7 +1,7 @@
 //--------------------------------------------------------------
 //  ADT7410 and LCD display using I2C interface
-//      mbed revision: 148
-//  2017/09/01, Copyright (c) 2017 MIKAMI, Naoki
+//      mbed revision: 154
+//  2017/10/28, Copyright (c) 2017 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #pragma diag_suppress 870   // マルチバイト文字使用の警告を抑制
@@ -46,3 +46,4 @@
         wait(1);
     }
 }
+