Demo usage of LLAP library

Dependencies:   LLAPSerial mbed

Files at this revision

API Documentation at this revision

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()
 {