This is a simple demo which is the solution for Lab 2

Dependencies:   C12832 mbed

Fork of app-shield-LCD by Chris Styles

Revision:
5:900a87d7eec3
Parent:
4:39c7c31b8fb0
--- a/main.cpp	Thu Feb 06 15:13:17 2014 +0000
+++ b/main.cpp	Sat Sep 13 14:38:05 2014 +0000
@@ -9,7 +9,7 @@
     int j=0;
     lcd.cls();
     lcd.locate(0,3);
-    lcd.printf("mbed application shield!");
+    lcd.printf("Hello World");
 
     while(true) {   // this is the third thread
         lcd.locate(0,15);