LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
11:0af18f5aa473
Parent:
9:9529e943259c
Child:
12:296a9b15ecd1
--- a/TextLCD.h	Sun Sep 20 17:05:30 2015 +0000
+++ b/TextLCD.h	Sun Sep 20 17:07:11 2015 +0000
@@ -56,7 +56,7 @@
       * @param d4-d7 Data lines for using as a 4-bit interface
       * @param name  I/O stream name (Optional)
       * 
-      * Stream example code:
+      * Stream example:
       * @code
       * #include "mbed.h"
       * #include "TextLCD.h"
@@ -70,7 +70,7 @@
       *         wait_ms(300);
       *     }
       * }
-      * 
+      * @endcode
       */
     TextLCD(PinName rs,PinName rw, PinName e, PinName d4, PinName d5,
             PinName d6, PinName d7,const char* name) ;