Andrew Lindsay
/
Ciseco_LLAP_Test
Demo usage of LLAP library
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 |
diff -r 537d95945591 -r 530543332ac3 LLAPSerial.lib --- 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
diff -r 537d95945591 -r 530543332ac3 main.cpp --- 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() {