Class library for LCD character display ACM1602NI using I2C on Nucleo. Nucleo 用 I2C 接続の LCD キャラクタ・ディスプレー ACM1602Ni 用のクラス・ライブラリ.

Dependents:   UIT2_VariableFIR_LPFHPF UIT2_VariableFIR_LPF UIT2_InputSW_LCD ADDA_Prototype_PollingSW ... more

Revision:
5:b4f73f5851fb
Parent:
2:0936ba74019a
Child:
6:b911485a6f4d
--- a/ACM1602NI.cpp	Thu Dec 04 04:17:11 2014 +0000
+++ b/ACM1602NI.cpp	Tue Dec 09 04:27:10 2014 +0000
@@ -1,7 +1,7 @@
 //-------------------------------------------------------
 //  Class for LCD, ACM1602Ni
 //
-//  2014/11/13, Copyright (c) 2014 MIKAMI, Naoki
+//  2014/12/09, Copyright (c) 2014 MIKAMI, Naoki
 //-------------------------------------------------------
 
 #include "ACM1602NI.hpp"
@@ -115,5 +115,3 @@
         return true;
     }
 }
-
-