HD44780 and compatible Text LCD controllers for Mbed OS 6. Fork of https://os.mbed.com/components/HD44780/

Dependents:   UoY-LCD-test

TextLCD for Mbed OS 6

A lightly modified fork of https://os.mbed.com/components/HD44780/ to support Mbed OS 6 and C++11. See the upstream project for documentation.

Revision:
3:2a46d5820a78
Parent:
2:227356c7d12c
Child:
5:a53b3e2d6f1e
--- 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