LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
12:296a9b15ecd1
Parent:
11:0af18f5aa473
Child:
13:76853cda9655
--- a/TextLCD.h	Sun Sep 20 17:07:11 2015 +0000
+++ b/TextLCD.h	Sun Sep 20 17:08:38 2015 +0000
@@ -35,7 +35,7 @@
  *    lcd.printf("Hello");
  *
  *    lcd.gotoxy(1,2);
- *   lcd.printf("       World");
+ *    lcd.printf("       World");
  *
  *    while(1) {
  *        wait_ms(300);
@@ -55,7 +55,6 @@
       * @param e     Enable line (clock)
       * @param d4-d7 Data lines for using as a 4-bit interface
       * @param name  I/O stream name (Optional)
-      * 
       * Stream example:
       * @code
       * #include "mbed.h"