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:
3:0d8a7f5abce7
Parent:
2:0936ba74019a
Child:
4:fac0c70570b6
--- a/ACM1602NI.hpp	Thu Nov 13 04:49:38 2014 +0000
+++ b/ACM1602NI.hpp	Tue Dec 02 23:35:18 2014 +0000
@@ -11,7 +11,7 @@
 //      I2C2   PB_3(D3)           PB_10(D6)
 //      I2C3   PB_4(D5) or PC_9   PA_8(D7)
 //
-//  2014/11/13, Copyright (c) 2014 MIKAMI, Naoki
+//  2014/12/03, Copyright (c) 2014 MIKAMI, Naoki
 //-------------------------------------------------------
 //  I2C_TypeDef: See stm32f401xe.h on following URL
 //  http://mbed.org/users/mbed_official/code/mbed/file/
@@ -51,7 +51,7 @@
         void WriteStringXY(const char str[], uint8_t x, uint8_t);
         // Clear of specified line
         void ClearLine(uint8_t line)
-        { WriteStringXY("                 ", 0, line); }
+        { WriteStringXY("                ", 0, line); }
 
     private:
         // Slave address of ACM1602NI (0x50)