LCD_test

Dependencies:   mbed TextLCD

Revision:
0:3c8d9f8a156f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Apr 30 10:04:23 2019 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PA_6, PA_7, PA_8, PA_9, PA_10, PA_11); // rs, e, d4-d7
+
+int main() {
+    lcd.printf("Quang Anh\n");
+}
\ No newline at end of file