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.
Revision 12:27055a1b43ed, committed 2019-12-20
- 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);