Receive GPS by interrupt processing

Dependents:   Sample_GPS_INT_lib GPS-SD

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