new Xadow GPS module

Dependents:   xadow_smartstrap_for_pebble Avnet_ATT_Cellular_IOT Xadow-M0_Xadow-OLED_Accelerometer

Revision:
2:cf4d22190de4
Parent:
1:97f0865ea131
--- a/XadowGPS.h	Wed Nov 04 10:01:05 2015 +0000
+++ b/XadowGPS.h	Thu Nov 05 04:03:05 2015 +0000
@@ -136,6 +136,9 @@
 #define GPS_MODE2_ID            13 // 1,2,3
 #define GPS_MODE2_SIZE          1 // 1 byte
 
+#define GPS_SATE_IN_VIEW_ID     14 // 0~12
+#define GPS_SATE_IN_VIEW_SIZE   1 // 1 byte
+
 
 /**
  *  \brief Get the status of the device.
@@ -250,5 +253,13 @@
  */
 unsigned char gps_get_mode2(void);
 
+/**
+ *  \brief Get the number of sate in view.
+ *
+ *  \return Return the number of sate in view.
+ *
+ */
+unsigned char gps_get_sate_in_veiw(void);
+
 
 #endif