Example for my friend FRA...

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
emcu
Date:
Tue Mar 15 16:45:16 2016 +0000
Parent:
1:e9d1c42a73ae
Commit message:
Example for my friend FRA...

Changed in this revision

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 e9d1c42a73ae -r 3683d556c45e main.cpp
--- a/main.cpp	Fri Feb 28 06:52:34 2014 +0000
+++ b/main.cpp	Tue Mar 15 16:45:16 2016 +0000
@@ -1,5 +1,7 @@
 #include "mbed.h"
 
+// For my friend FRA !!! It's work
+
 //------------------------------------
 // Hyperterminal configuration
 // 9600 bauds, 8-bit data, no parity
@@ -8,10 +10,12 @@
 Serial pc(SERIAL_TX, SERIAL_RX);
  
 DigitalOut myled(LED1);
+
+
  
 int main() {
   int i = 1;
-  pc.printf("Hello World !\n");
+  pc.printf("\\n\n\nFRA... Patience and one thing at a time :)  \n\n\n");
   while(1) { 
       wait(1);
       pc.printf("This program runs since %d seconds.\n", i++);
diff -r e9d1c42a73ae -r 3683d556c45e mbed.bld
--- a/mbed.bld	Fri Feb 28 06:52:34 2014 +0000
+++ b/mbed.bld	Tue Mar 15 16:45:16 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/ed8466a608b4
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5
\ No newline at end of file