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:
6:01336babcccd
Parent:
5:c44a3beb21f2
Child:
7:5375acc9a74a
--- a/AQM1602.hpp	Fri Sep 04 06:50:54 2015 +0000
+++ b/AQM1602.hpp	Mon Sep 07 09:14:06 2015 +0000
@@ -5,7 +5,7 @@
 //      D14  SDA ---- to pin4 of LCD module
 //      D15  SCL ---- to pin3 of LCD module
 //
-//  2015/09/04, Copyright (c) 2015 MIKAMI, Naoki
+//  2015/09/07, Copyright (c) 2015 MIKAMI, Naoki
 //-------------------------------------------------------
 
 #ifndef AQM1602I2C_HPP
@@ -20,7 +20,7 @@
     {
     public:
         // Constructor
-#if defined(STM32F4) || defined(STM32L0)
+#if defined(STM32F4) || defined(STM32L0) || defined(__STM32F3xx_H)
         Aqm1602(PinName sda = D14,          // SDA
                 PinName scl = D15,          // SCL
                 uint32_t clock = 100000,    // clock: 100 kHz