Rune Langoy / LCDLib

Dependents:   KS0066U4_16x2 LAB05_Oppgave4 LAB05_Oppgave2 LAB05_Oppgave3 ... more

Files at this revision

API Documentation at this revision

Comitter:
rlanghbv
Date:
Tue Sep 22 08:14:07 2015 +0000
Parent:
18:68125c2172fd
Commit message:
Doc Update

Changed in this revision

TextLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.h	Tue Sep 22 08:10:46 2015 +0000
+++ b/TextLCD.h	Tue Sep 22 08:14:07 2015 +0000
@@ -115,11 +115,14 @@
       */
     void writeLcdBitD4toD7(char data);
 
-    // EN = 1 for L-to-H /
-    // EN = 0 for H-to-L
-    // Causes the LCD-module to read the data on the data input pins
+    /** Causes the LCD-module to read the data on the data input pins
+    *  EN = 1 for L-to-H /
+    *  EN = 0 for H-to-L    
+    */
     void pulseEn();
-    //Enable 4 bit mode  From KS0066U Documentation
+
+    /**  Enable 4 bit mode  From KS0066U Documentation
+    */   
     void init_4BitMode2LinesDisplayOn();
     // Stream implementation functions
     virtual int _putc(int value);