I2C 接続の LCD AQM1602XA-RN-GBW 用のライブラリ. Library for LCD 1602XA-RN-GBW connected using I2C interface.

Dependents:   UIT2_MovingAv_Intr UIT2_VariableFIR UIT2_VowelSynthesizer UIT2_ALE_LeakyLMS ... more

Revision:
4:c943f05b7843
Parent:
3:414f98234c94
Child:
5:c44a3beb21f2
--- a/AQM1602.hpp	Sun Jul 05 10:35:49 2015 +0000
+++ b/AQM1602.hpp	Mon Jul 06 08:15:38 2015 +0000
@@ -11,7 +11,7 @@
 //      I2C2   PB_3(D3)           PB_10(D6)
 //      I2C3   PB_4(D5) or PC_9   PA_8(D7)
 //
-//  2015/06/15, Copyright (c) 2015 MIKAMI, Naoki
+//  2015/07/06, Copyright (c) 2015 MIKAMI, Naoki
 //-------------------------------------------------------
 
 #ifndef AQM1602I2C_HPP
@@ -36,7 +36,7 @@
         bool IsConnected() { return connected_; }
         
         // All clear
-        void Clear();
+        bool Clear();
         
         // Send command
         bool WriteCmd(uint8_t cmd) { return LcdTx(0x00, cmd); }