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.
Fork of contest_IOT by
Revision 1:e9d1c42a73ae, committed 2014-02-28
- Comitter:
- bcostm
- Date:
- Fri Feb 28 06:52:34 2014 +0000
- Parent:
- 0:028fac66239d
- Child:
- 2:35466dfc81fe
- Commit message:
- Add note for hyperterminal configuration.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Feb 21 10:34:55 2014 +0000 +++ b/main.cpp Fri Feb 28 06:52:34 2014 +0000 @@ -1,5 +1,10 @@ #include "mbed.h" - + +//------------------------------------ +// Hyperterminal configuration +// 9600 bauds, 8-bit data, no parity +//------------------------------------ + Serial pc(SERIAL_TX, SERIAL_RX); DigitalOut myled(LED1);
