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:
11:bbf31054cfd8
Parent:
9:8894909e18d7
--- a/ACM1602NI.hpp	Thu Apr 16 08:49:04 2015 +0000
+++ b/ACM1602NI.hpp	Sat Jul 25 06:01:26 2015 +0000
@@ -37,7 +37,7 @@
                   bool blink = false);      // blink:   off
 
         // Return false if LCD is not connected
-        bool GetOk() { return connected_; }
+        bool IsConnected() { return connected_; }
 
         // All clear
         bool Clear();