LCD 2x16 example

Dependencies:   TextLCD mbed

Fork of k64f-lcd by Hernán Maya

Revision:
0:ee189687f32d
Child:
1:2769c0bc7b9f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat May 28 01:45:09 2016 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTC3, PTC2, PTA2, PTB23, PTA1, PTB9);
+
+int main()
+{
+    lcd.printf("Hello World!\n");
+}
\ No newline at end of file