character LCD module to I2C adapter

Dependencies:   mbed I2CLCD

Revision:
2:7b7c6e7dfb47
Parent:
1:16e014cddf29
--- 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);