Receive GPS by interrupt processing

Dependents:   Sample_GPS_INT_lib GPS-SD

Revision:
7:e711cc30a2ec
Parent:
6:d043a24f7581
Child:
8:89ce49e16fd7
--- a/GPS_INT.h	Sun Jul 08 10:28:22 2018 +0000
+++ b/GPS_INT.h	Sun Jul 08 10:29:45 2018 +0000
@@ -2,13 +2,7 @@
 /**
  @file      GPS_INT.h
  @brief     Recieve GPS using Interrupt
- @attention Since it is received by interrupt processing, another work can be done in the main loop.
- @attention Examples of character strings sent from the GPS sent by UART
- @attention $GPGGA,085120.307,3541.1493,N,13945.3994,E,1,08,1.0,6.9,M,35.9,M,,0000*5E
- @attention $GPGSA,A,3,29,26,05,10,02,27,08,15,,,,,1.8,1.0,1.5*3E
- @attention $GPRMC,085120.307,A,3541.1493,N,13945.3994,E,000.0,240.3,181211,,,A*6A
- @attention check board  : NUCLEO-F103RB, LPC1768
- @attention check device : GMS7-CR6(SIRF-IV)
+
  
  @author    D.Nakayama
  @version   1.0
@@ -29,7 +23,14 @@
 /**
     @class  GPS_INT
     @brief    "Recieve GPS class" using Interrupt
-*/
+    @attention Since it is received by interrupt processing, another work can be done in the main loop.
+    @attention Examples of character strings sent from the GPS sent by UART
+    @attention $GPGGA,085120.307,3541.1493,N,13945.3994,E,1,08,1.0,6.9,M,35.9,M,,0000*5E
+    @attention $GPGSA,A,3,29,26,05,10,02,27,08,15,,,,,1.8,1.0,1.5*3E
+    @attention $GPRMC,085120.307,A,3541.1493,N,13945.3994,E,000.0,240.3,181211,,,A*6A
+    @attention check board  : NUCLEO-F103RB, LPC1768
+    @attention check device : GMS7-CR6(SIRF-IV)
+ */
 class GPS_INT{
 public: