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
Diff: CsrLocationDemo.cpp
- Revision:
- 23:fd2cbb0900fd
- Parent:
- 22:73338420d8a6
diff -r 73338420d8a6 -r fd2cbb0900fd CsrLocationDemo.cpp
--- a/CsrLocationDemo.cpp Wed Nov 05 02:28:16 2014 +0000
+++ b/CsrLocationDemo.cpp Tue Nov 18 02:43:59 2014 +0000
@@ -85,7 +85,9 @@
break;
case APP_CMD_IDLE:
gps.process();
+#if DEVICE_SLEEP
sleep();
+#endif
break;
case APP_CMD_START:
sAppCmd = APP_CMD_IDLE;

GPS mbed Shield