Example code 00

Dependencies:   mbed

Fork of STMNucleoF401RE_ExampleCode_00_HelloWorl by Corso Rapid Prototyping with STM32Nucleo

Files at this revision

API Documentation at this revision

Comitter:
perlatecnica
Date:
Mon Feb 29 14:42:18 2016 +0000
Parent:
0:00c82dc42aae
Commit message:
v1.1

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
--- 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
--- a/mbed.bld	Sat Oct 24 15:49:49 2015 +0000
+++ b/mbed.bld	Mon Feb 29 14:42:18 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/dbbf35b96557
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96
\ No newline at end of file