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 4:530543332ac3, committed 2014-04-16
- Comitter:
- SomeRandomBloke
- Date:
- Wed Apr 16 21:05:47 2014 +0000
- Parent:
- 3:537d95945591
- Commit message:
- Updated after solder bridges updated on Nucleo board
Changed in this revision
LLAPSerial.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LLAPSerial.lib Wed Apr 16 20:28:38 2014 +0000 +++ b/LLAPSerial.lib Wed Apr 16 21:05:47 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/SomeRandomBloke/code/LLAPSerial/#0745fb4dbd8c +http://mbed.org/users/SomeRandomBloke/code/LLAPSerial/#51c8887d6822
--- a/main.cpp Wed Apr 16 20:28:38 2014 +0000 +++ b/main.cpp Wed Apr 16 21:05:47 2014 +0000 @@ -29,9 +29,11 @@ //LLAPSerial srf(PA_11, PA_12, PA_9); // or -LLAPSerial srf(PA_11, PA_12, PA_9, false,"MB"); +//LLAPSerial srf(PA_11, PA_12, PA_9, false,"MB"); +LLAPSerial srf(PA_2, PA_3, PA_9, false,"MB"); -Serial pc(USBTX, USBRX); +//Serial pc(USBTX, USBRX); +Serial pc(PA_11, PA_12); int main() {