Demo usage of LLAP library

Dependencies:   LLAPSerial mbed

Revision:
4:530543332ac3
Parent:
3:537d95945591
--- 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()
 {