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 1:db6ae092a33d, committed 2012-01-28
- Comitter:
- flowcode
- Date:
- Sat Jan 28 13:47:57 2012 +0000
- Parent:
- 0:b3dbafb6f9ae
- Commit message:
Changed in this revision
| NokiaLCD0ld.cpp | Show annotated file Show diff for this revision Revisions of this file |
| NokiaLCDold.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/NokiaLCD0ld.cpp Sat Jan 28 13:39:48 2012 +0000 +++ b/NokiaLCD0ld.cpp Sat Jan 28 13:47:57 2012 +0000 @@ -2,7 +2,7 @@ * Copyright (c) 2007-2010, sford */ -#include "NokiaLCD.h" +#include "NokiaLCDold.h" #include "mbed.h"
--- a/NokiaLCDold.h Sat Jan 28 13:39:48 2012 +0000 +++ b/NokiaLCDold.h Sat Jan 28 13:47:57 2012 +0000 @@ -20,8 +20,8 @@ * THE SOFTWARE. */ -#ifndef MBED_NOKIALCD_H -#define MBED_NOKIALCD_H +#ifndef MBED_NOKIALCDOLD_H +#define MBED_NOKIALCDOLD_H #include "mbed.h" @@ -29,7 +29,7 @@ * * @code * #include "mbed.h" - * #include "NokiaLCD.h" + * #include "NokiaLCDold.h" * * NokiaLCD lcd(p5, p7, p8, p9); // mosi, sclk, cs, rst *