Example for my friend FRA...

Dependencies:   mbed

Revision:
2:3683d556c45e
Parent:
1:e9d1c42a73ae
--- 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++);