Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 12:27055a1b43ed
- Parent:
- 11:9080f0d4fd85
--- 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);