character LCD module to I2C adapter Reference http://mbed.org/users/okini3939/notebook/i2c-lcd-library/

Dependents:   JRO_CR2 frdm_test JRO_DDSv2 JRO_DDSv2_rev2019

Fork of I2CLCD by Suga koubou

Revision:
1:bf21aa3f7cdc
Parent:
0:b069b7027af2
Child:
2:bc4583ce560e
--- a/I2CLCD.cpp	Thu Oct 14 14:45:30 2010 +0000
+++ b/I2CLCD.cpp	Tue Oct 19 07:08:54 2010 +0000
@@ -1,7 +1,11 @@
 /*
- * mbed library to use a I2C LCD
+ * mbed library for I2C LCD
  * Copyright (c) 2010 Hiroshi Suga
  * Released under the MIT License: http://mbed.org/license/mit
+ *
+ * Using some of the source code:
+ * mbed TextLCD Library, for a 4-bit LCD based on HD44780
+ * Copyright (c) 2007-2010, sford
  */
 
 #include "mbed.h"