mbedボードテスト LCD表示

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
manimani3712
Date:
Thu Apr 21 10:19:09 2016 +0000
Commit message:
???????????

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 6fd925307171 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Thu Apr 21 10:19:09 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r 6fd925307171 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 21 10:19:09 2016 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTC12, PTC13, PTC16, PTC17, PTA16, PTA17);
+
+int main() {
+     lcd.printf("HELLO WORLD\n");
+     }
\ No newline at end of file
diff -r 000000000000 -r 6fd925307171 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Apr 21 10:19:09 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f
\ No newline at end of file