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

Dependencies:   C12832 mbed

Fork of app-shield-LCD by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
JimCarver
Date:
Sat Sep 13 14:38:05 2014 +0000
Parent:
4:39c7c31b8fb0
Commit message:
Example

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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);
--- a/mbed.bld	Thu Feb 06 15:13:17 2014 +0000
+++ b/mbed.bld	Sat Sep 13 14:38:05 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/cd19af002ccc
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file