Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: KS0066U4_16x2 LAB05_Oppgave4 LAB05_Oppgave2 LAB05_Oppgave3 ... more
Revision 19:241842336d78, committed 2015-09-22
- 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);