TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface

Dependents:   TextLCD_HelloWorld analog_test AVR_standalone_writer XBeeApi_RemoteCommand ... more

Files at this revision

API Documentation at this revision

Comitter:
simon
Date:
Thu May 27 17:56:12 2010 +0000
Parent:
2:227356c7d12c
Child:
4:bf5b706f8d32
Commit message:

Changed in this revision

TextLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.h	Thu May 27 17:52:15 2010 +0000
+++ b/TextLCD.h	Thu May 27 17:56:12 2010 +0000
@@ -108,6 +108,4 @@
     int _row;
 };
 
-}
-
 #endif