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 Nucleo_serial_menu by
Revision 10:082ee2c9ab44, committed 2018-10-23
- Comitter:
- Pitiwut
- Date:
- Tue Oct 23 18:44:49 2018 +0000
- Parent:
- 9:6992eccf476e
- Commit message:
- Serial Menu 2018
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6992eccf476e -r 082ee2c9ab44 main.cpp --- a/main.cpp Fri Oct 20 03:12:39 2017 +0000 +++ b/main.cpp Tue Oct 23 18:44:49 2018 +0000 @@ -5,7 +5,7 @@ // 9600 bauds, 8-bit data, no parity //------------------------------------ -Serial pc(D8, D2); +Serial pc(D1, D0); // change to D8, D2 for BT DigitalOut myled(LED1);
