Test

Dependencies:   TextLCD mbed

Revision:
0:0cf40ee51def
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Oct 30 15:07:32 2013 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTD2, PTE31, PTA17, PTA16, PTC17, PTC16);
+
+int main() {
+    lcd.printf("YoloSwag!");
+}