Csr location class shows location and satellite information, which supports H13467 + ST F103RB/NXP LCP1549 boards now.

Dependents:   CsrLocationDemo CsrLocationDemo

Fork of CsrLocation by jie zhao

Revision:
4:0d9b711fb646
Parent:
3:71690f7bb480
Child:
5:219dfc2905dc
--- a/CsrLocation.h	Wed May 21 08:55:55 2014 +0000
+++ b/CsrLocation.h	Tue May 27 10:54:06 2014 +0000
@@ -385,6 +385,9 @@
 
     /** hw reset to get location chip into hibernation mode */
     void CsrLocReset(void);
+    
+    /** get location state */
+    eCsrLocState CsrLocGetState(void);
 
     /** Start location request, activate location chip */
     void CsrLocStart(ePowerMode pwrMode, eProto proto);