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: LCD_HD44780 RFID-RC522_LCD_16x2_A1602 TemperatureBasedFanControl
Diff: TextLCD.cpp
- Revision:
- 23:d47f226efb24
- Parent:
- 22:35742ec80c24
- Child:
- 24:fb3399713710
--- a/TextLCD.cpp	Wed Apr 02 17:49:55 2014 +0000
+++ b/TextLCD.cpp	Wed Apr 02 18:16:37 2014 +0000
@@ -723,11 +723,11 @@
   
 }
 
-///--------- End TextLCD_Base -----------
+//--------- End TextLCD_Base -----------
 
 
 
-///--------- Start TextLCD Bus -----------
+//--------- Start TextLCD Bus -----------
 
 /* Create a TextLCD interface for using regular mbed pins
  *
@@ -843,10 +843,10 @@
 }
 
     
-///----------- End TextLCD ---------------
+//----------- End TextLCD ---------------
 
 
-///--------- Start TextLCD_I2C -----------
+//--------- Start TextLCD_I2C -----------
 
 /** Create a TextLCD interface using an I2C PC8574 or PCF8574A portexpander
   *
@@ -956,11 +956,11 @@
                  
 }    
 
-///---------- End TextLCD_I2C ------------
+//---------- End TextLCD_I2C ------------
 
 
 
-///--------- Start TextLCD_SPI -----------
+//--------- Start TextLCD_SPI -----------
 
  /** Create a TextLCD interface using an SPI 74595 portexpander
    *
@@ -1104,7 +1104,7 @@
 }
 
 
-///---------- End TextLCD_SPI ------------
+//---------- End TextLCD_SPI ------------