LCD display

Dependents:   LAB05_Oppgave4

Fork of LCDLib by Rune Langoy

Revision:
7:5e18f9a04e62
Parent:
6:c80d81c3be4d
Child:
8:b12188ddd403
--- a/TextLCD.h	Sun Sep 20 14:13:15 2015 +0000
+++ b/TextLCD.h	Sun Sep 20 14:14:36 2015 +0000
@@ -108,10 +108,6 @@
     void init_4BitMode2LinesDisplayOn();
 
     // Stream implementation functions
-    /** Write a character to the LCD
-     *
-     * @param c The character to write to the display
-     */
     virtual int _putc(int value);
     virtual int _getc();