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
Diff: main.cpp
- Revision:
- 1:6845f3af0e77
- Parent:
- 0:73fa5cabbff2
--- 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