Receive GPS by interrupt processing

Dependents:   Sample_GPS_INT_lib GPS-SD

Revision:
2:0af5025cd632
Parent:
1:fbe835e114bb
Child:
3:ba5fb2bb8de5
--- a/GPS_INT.h	Sun Jul 08 03:30:42 2018 +0000
+++ b/GPS_INT.h	Sun Jul 08 03:52:31 2018 +0000
@@ -40,9 +40,20 @@
          @param No parameters.
     */
     virtual ~GPS_INT();
-
+    /**
+         @brief Whether location information has been updated.
+         @param No parameters.
+    */
     bool location_is_update(void);      //位置情報が更新されたか(緯度,経度,DOP)
+    /**
+         @brief Whether all infomation has been updated.
+         @param No parameters.
+    */
     bool info_is_update(void);          //それ以外の情報が更新されたか
+    /**
+         @brief Whether GPS is lock.
+         @param No parameters.
+    */
     bool is_lock(void);        //GPSがロックしたか
 
     //受信する情報