Had to create default object constructors so that it can be used with the Vodafone library and the mbed rtos when creating dynamic objects on the heap.

Fork of TextLCD by Sukkin Pang

Revision:
1:cb0d67c3953d
Parent:
0:ec079a141883
--- a/TextLCD.h	Fri Jul 27 15:06:59 2012 +0000
+++ b/TextLCD.h	Tue Jul 30 13:11:35 2013 +0000
@@ -46,6 +46,7 @@
      *  e - enable
      *  d0..d3 - The data lines
      */
+    TextLCD(void); 
 	TextLCD(PinName rs, PinName rw, PinName e, PinName d0, PinName d1, 
 		PinName d2, PinName d3, int columns = 16, int rows = 2);