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 Qualcomm Technologies International, Ltd.

Files at this revision

API Documentation at this revision

Comitter:
zhjcpi
Date:
Wed Nov 05 02:28:16 2014 +0000
Parent:
21:69895894068a
Child:
23:fd2cbb0900fd
Commit message:
Add sleep() function to save power.

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	Wed Nov 05 01:50:53 2014 +0000
+++ b/CsrLocation.lib	Wed Nov 05 02:28:16 2014 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/CSR/code/CsrLocation/#5fb829ce6b82
+http://developer.mbed.org/teams/CSR/code/CsrLocation/#bb86a6ca6662
--- a/CsrLocationDemo.cpp	Wed Nov 05 01:50:53 2014 +0000
+++ b/CsrLocationDemo.cpp	Wed Nov 05 02:28:16 2014 +0000
@@ -85,6 +85,7 @@
                 break;
             case APP_CMD_IDLE:
                 gps.process();
+                sleep();
                 break;
             case APP_CMD_START:
                 sAppCmd = APP_CMD_IDLE;