Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: UIT2_MovingAv_Intr UIT2_VariableFIR UIT2_VowelSynthesizer UIT2_ALE_LeakyLMS ... more
Revision 6:01336babcccd, committed 2015-09-07
- Comitter:
- MikamiUitOpen
- Date:
- Mon Sep 07 09:14:06 2015 +0000
- Parent:
- 5:c44a3beb21f2
- Child:
- 7:5375acc9a74a
- Commit message:
- 5
Changed in this revision
| AQM1602.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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