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.
Diff: I2CLCD.cpp
- Revision:
- 1:bf21aa3f7cdc
- Parent:
- 0:b069b7027af2
- Child:
- 2:bc4583ce560e
diff -r b069b7027af2 -r bf21aa3f7cdc I2CLCD.cpp --- 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"