ss

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
DEEN
Date:
Mon Apr 25 07:33:17 2016 +0000
Commit message:
14f2011b ?????

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
diff -r 000000000000 -r a7b4b6d7c822 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Mon Apr 25 07:33:17 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r a7b4b6d7c822 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Apr 25 07:33:17 2016 +0000
@@ -0,0 +1,9 @@
+#include "TextLCD.h"
+#include "mbed.h"
+TextLCD lcd(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17);
+
+int main() {
+    while(1) {
+       lcd.printf("inoue yuma/n");
+    }
+}
diff -r 000000000000 -r a7b4b6d7c822 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Apr 25 07:33:17 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f
\ No newline at end of file