Csr location demo application shows location and satellite information, which supports H13467 + ST F103RB/NXP LCP1549 boards now.
Dependencies: CsrLocation mbed GPSProvider
Fork of CsrLocationDemo by
Revision 1:e6c96c984e2b, committed 2014-03-25
- Comitter:
- zhjcpi
- Date:
- Tue Mar 25 05:27:09 2014 +0000
- Parent:
- 0:789f6b6f710d
- Child:
- 2:b70e3a839116
- Commit message:
- optimization demo application
Changed in this revision
| CsrLocation.lib | Show annotated file Show diff for this revision Revisions of this file |
| CsrLocationDemo.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/CsrLocation.lib Mon Mar 24 08:26:27 2014 +0000 +++ b/CsrLocation.lib Tue Mar 25 05:27:09 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/zhjcpi/code/CsrLocation/#aba381fc8158 +http://mbed.org/users/zhjcpi/code/CsrLocation/#bbaf9b8d646a
--- a/CsrLocationDemo.cpp Mon Mar 24 08:26:27 2014 +0000
+++ b/CsrLocationDemo.cpp Tue Mar 25 05:27:09 2014 +0000
@@ -39,7 +39,7 @@
static Serial sSerialDebug(USBTX, USBRX);
-static Serial sSerialLoc(p9, p10);;
+static RawSerial sSerialLoc(p9, p10);;
static DigitalOut sPinOnoff(p5);
static DigitalOut sPinReset(p6);
static DigitalOut sLedLocOn(LED1);
@@ -155,7 +155,6 @@
break;
}
}
- delete pCsrLoc;
}
static void _AppShowCmd(void)

GPS mbed Shield