Jürgen Schüle / Mbed 2 deprecated Nucleo-F091_GettingStarted

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
JuergenSchuele
Date:
Fri Dec 20 15:23:06 2019 +0000
Parent:
11:9080f0d4fd85
Commit message:
Baud rate changed to 115200;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 11 12:32:47 2019 +0000
+++ b/main.cpp	Fri Dec 20 15:23:06 2019 +0000
@@ -15,7 +15,7 @@
     - substitute pc.printf() by printf()
  */
 
-Serial pc(SERIAL_TX, SERIAL_RX); 
+Serial pc(SERIAL_TX, SERIAL_RX, 115200); 
 //9600, 8 data bits, no parity,1 stop bit,no flow control
 DigitalOut onboardLed(LED1);
 DigitalIn userButton(BUTTON1, PullUp);