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.
Dependencies: mbed
Fork of webserverBlinky by
Diff: main.cpp
- Revision:
- 132:09b66cc5cf4a
- Parent:
- 131:134b6d0c11e9
- Child:
- 133:0f5b4085b6d3
--- a/main.cpp Mon Aug 14 10:50:31 2017 +0000 +++ b/main.cpp Mon Aug 14 19:27:36 2017 +0000 @@ -104,7 +104,7 @@ // The modem baud rate should be set to 115200 baud // See instructions at the top. // On a typical mbed hardware platform this serial port is a USB virtual com port (VCP) and the USB serial driver is supplied by the board vendor. -BufferedSerial pc(USBTX, USBRX, 500); // usb virtual com port for mbed hardware +BufferedSerial pc(USBTX, USBRX, 100); // usb virtual com port for mbed hardware DigitalOut led1(LED1); // this led toggles when a packet is received