à

Dependencies:   mbed

Fork of STMNucleoF401RE_ExampleCode_00_HelloWorl by Corso Rapid Prototyping with STM32Nucleo

Revision:
1:5c85638daedd
Parent:
0:00c82dc42aae
--- a/main.cpp	Sat Oct 24 15:49:49 2015 +0000
+++ b/main.cpp	Mon Feb 29 14:42:18 2016 +0000
@@ -15,6 +15,7 @@
 
 int main() {
   // Stampa sulla seriale la stringa
-  pc.printf("Hello World !\r\n");
+  pc.printf("Ciao Pippo !\r\n");
+  pc.printf("Buongiorno !\r\n");
 }
  
\ No newline at end of file