LCDモジュール ACM1602NI(I2C接続) を制御するライブラリ

Dependents:   scan2 BoxController

Revision:
9:96baac039a90
Parent:
8:63a50fd1fada
Child:
10:4ceccdba0248
--- a/LcdAcm1602ni.h	Wed Dec 14 05:42:57 2016 +0000
+++ b/LcdAcm1602ni.h	Thu Dec 15 06:02:13 2016 +0000
@@ -33,7 +33,7 @@
     static const uint8_t    LINE_CHARA_COUNT    = 16;       //!< 行の文字数
     
 private:
-    static const int32_t    I2C_MAX_FREQUENCY   = 100 * 1000;   //!< I2C通信の最大周波数
+    static const int32_t    I2C_MAX_FREQUENCY   = 400 * 1000;   //!< I2C通信の最大周波数
     static const uint8_t    LINE_HEAD_ADDR_TBL[LINE_COUNT];     //!< 行の先頭アドレス
     
     static const uint8_t    ADDR_BYTE_WRITE     = SLAVE_ADDR;           //!< アドレス指定用バイトデータ:書き込み用