character LCD module to I2C adapter

Dependencies:   mbed I2CLCD

Files at this revision

API Documentation at this revision

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);