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.
Dependencies: UIT_AQM0802_I2C mbed
Revision 1:6845f3af0e77, committed 2014-12-21
- Comitter:
- MikamiUitOpen
- Date:
- Sun Dec 21 13:04:52 2014 +0000
- Parent:
- 0:73fa5cabbff2
- Commit message:
- 2
Changed in this revision
--- a/UIT_AQM0802A.lib Sun Nov 30 06:16:39 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://developer.mbed.org/users/MikamiUitOpen/code/UIT_AQM0802A/#6c045cdb55eb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/UIT_AQM0802_I2C.lib Sun Dec 21 13:04:52 2014 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/MikamiUitOpen/code/UIT_AQM0802_I2C/#4dededbe2891
--- a/main.cpp Sun Nov 30 06:16:39 2014 +0000 +++ b/main.cpp Sun Dec 21 13:04:52 2014 +0000 @@ -1,11 +1,11 @@ //------------------------------------------------------------ // Test program for LCD AQM0802A using I2C interface // Pullup resistors for SDA and SCL: 10 kΩ -// 2014/11/30, Copyright (c) 2014 MIKAMI, Naoki +// 2014/12/21, Copyright (c) 2014 MIKAMI, Naoki //------------------------------------------------------------ #include "mbed.h" -#include "AQM0802A.hpp" +#include "AQM0802_I2C.hpp" using namespace Mikami; Aqm0802A lcd_; // Default, OK