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.
Revision 2:7b7c6e7dfb47, committed 2011-02-27
- Comitter:
- okini3939
- Date:
- Sun Feb 27 14:35:39 2011 +0000
- Parent:
- 1:16e014cddf29
- Commit message:
Changed in this revision
| I2CLCD.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/I2CLCD.lib Tue Oct 19 07:09:02 2010 +0000 +++ b/I2CLCD.lib Sun Feb 27 14:35:39 2011 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/okini3939/code/I2CLCD/#bf21aa3f7cdc +http://mbed.org/users/okini3939/code/I2CLCD/#bc4583ce560e
--- a/main.cpp Tue Oct 19 07:09:02 2010 +0000 +++ b/main.cpp Sun Feb 27 14:35:39 2011 +0000 @@ -2,7 +2,7 @@ #include "I2CLCD.h" I2C i2c(p9, p10); -I2CLCD i2clcd(i2c); +I2CLCD i2clcd(i2c, I2CLCD_ADDR); /* DigitalOut pullup1(p19); DigitalOut pullup2(p20);