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 project_ShipDot by
Diff: main.cpp
- Revision:
- 5:41b42d8e0af1
- Parent:
- 4:8a86bacddcac
- Child:
- 6:7f99124272d9
--- a/main.cpp Fri Dec 02 14:34:53 2016 +0000 +++ b/main.cpp Sat Dec 03 03:56:04 2016 +0000 @@ -7,7 +7,7 @@ AnalogIn VRx(A2); AnalogIn VRy(A3); DigitalIn Button(D13); -Serial bt(PA_15, PB_7); +Serial bt(D8, D2); // Initial function. char posit2char(int posit);