Fork tetxldc

Fork of TextLCD_piano by Adeline Galasso

Revision:
10:4276b56b4400
Parent:
9:05c9b97e4a91
--- a/TextLCD.h	Mon Jul 02 17:58:56 2018 +0000
+++ b/TextLCD.h	Tue Jul 03 02:04:42 2018 +0000
@@ -88,14 +88,12 @@
      * @param type  Sets the panel size/addressing mode (default = LCD16x2)
      */
     TextLCD(PinName rs, PinName rw, PinName e, PinName d0, PinName d1, PinName d2, PinName d3, LCDType type = LCD16x2);
- 
-#if DOXYGEN_ONLY
+ #if DOXYGEN_ONLY
     /** Write a character to the LCD
      *
      * @param c The character to write to the display
      */
     int putc(int c);
- 
     /** Write a formated string to the LCD
      *
      * @param format A printf-style format string, followed by the