Display librairy manage 3 LED and a TextLCD (on, off, flash) (print message, clear)

Revision:
2:035050036dbf
Parent:
1:fa0962d6e0b0
Child:
3:28370613ca07
--- a/Display.h	Mon May 06 07:35:52 2013 +0000
+++ b/Display.h	Mon May 06 07:52:04 2013 +0000
@@ -18,8 +18,8 @@
 #include <vector>
 
 
-/** This class manage 3 LED and 1 TextLCD display
- *  She permit to print messages and to light or flash LED
+/** This class manage 3 LED and 1 TextLCD display.
+ *  She permit to print messages and to light or flash LED.
  *  
  * @code
  * #include "mbed.h"
@@ -92,9 +92,9 @@
     ~Display(void);
 
       
-    /** print message on LCD screen and change status of green, red and orange LED
-    * all line except the last line, have to finish by '\n'. Warning : '\n' count like a character
-    * don't end message by '\n'
+    /** print message on LCD screen and change status of green, red and orange LED.
+    * all line except the last line, have to finish by CRLF. Warning : CRLF count like a character.
+    * don't end message by CRLF
     *
     * @param message            message will be display on screen
     * @param statusGreenLED     new status of greenLED (on, off, flash)