affichage sur terminal

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
Mahfoudh
Date:
Sat Aug 24 20:13:39 2013 +0000
Commit message:
Affichage sur le terminal du Pc tr?s simple

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 13edb169707c TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Sat Aug 24 20:13:39 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#44f34c09bd37
diff -r 000000000000 -r 13edb169707c main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Aug 24 20:13:39 2013 +0000
@@ -0,0 +1,13 @@
+// Hello World! for the TextLCD
+
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(p24, p26, p27, p28, p29, p30);
+//TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7
+
+int main() {
+
+    lcd.printf("Bienvenue dans  le Monde MBED");
+    
+}
\ No newline at end of file
diff -r 000000000000 -r 13edb169707c mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Aug 24 20:13:39 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/7e6c9f46b3bd
\ No newline at end of file