A test program for RemoteIR library.

Dependencies:   mbed RemoteIR

Revision:
1:9d53b768eac1
Parent:
0:d081f6c767da
Child:
2:9e3081533f70
--- a/main.cpp	Sat Aug 21 04:46:31 2010 +0000
+++ b/main.cpp	Sat Aug 21 04:49:13 2010 +0000
@@ -20,25 +20,6 @@
 Ticker ledTicker;
 
 /**
- * Display a splash screen.
- */
-void splash(void) {
-    lcd.cls();
-    lcd.locate(0, 0);
-    lcd.printf("StarBoard Orange");
-    lcd.locate(0, 1);
-    lcd.printf("mbed NXP LPC1768");
-    wait(3);
-
-    lcd.cls();
-    lcd.locate(0, 0);
-    lcd.printf("Example app No.2");
-    lcd.locate(0, 1);
-    lcd.printf("    Remote IR   ");
-    wait(3);
-}
-
-/**
  * Receive.
  *
  * @param format Pointer to a format.
@@ -144,7 +125,12 @@
     /*
      * Splash.
      */
-    splash();
+    lcd.cls();
+    lcd.locate(0, 0);
+    lcd.printf("RemoteIR        ");
+    lcd.locate(0, 1);
+    lcd.printf("Program example.");
+    wait(3);
 
     /*
      * Initialize.