Test

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
tomlankhorst
Date:
Wed Oct 30 15:07:32 2013 +0000
Commit message:
TextLCD

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Wed Oct 30 15:07:32 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#44f34c09bd37
--- /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!");
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Oct 30 15:07:32 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/a9913a65894f
\ No newline at end of file