LCD con FRDM_K64F

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
satelite
Date:
Sat May 28 01:45:09 2016 +0000
Commit message:
LCD 2x16 + K64F

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 ee189687f32d TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Sat May 28 01:45:09 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#44f34c09bd37
diff -r 000000000000 -r ee189687f32d main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat May 28 01:45:09 2016 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTC3, PTC2, PTA2, PTB23, PTA1, PTB9);
+
+int main()
+{
+    lcd.printf("Hello World!\n");
+}
\ No newline at end of file
diff -r 000000000000 -r ee189687f32d mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat May 28 01:45:09 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file