Prova

Dependencies:   mbed

Fork of STMNucleoF401RE_ExampleCode_01_SerialBau by Corso Rapid Prototyping with STM32Nucleo

Revision:
2:8a544adebbce
Parent:
0:2b1f330bb53a
--- a/main.cpp	Mon Feb 29 14:43:28 2016 +0000
+++ b/main.cpp	Fri Jan 13 12:17:03 2017 +0000
@@ -15,7 +15,7 @@
 
 int main() {
   // Mofica del baudrate
-  pc.baud(115200);
+  pc.baud(9600);
   
   // Stampa sulla seriale la stringa
   pc.printf("Hello World !\r\n");