Receive GPS by interrupt processing

Dependents:   Sample_GPS_INT_lib GPS-SD

Revision:
1:fbe835e114bb
Parent:
0:4b6c377342d9
Child:
3:ba5fb2bb8de5
--- a/GPS_INT.cpp	Sun Jul 08 02:30:46 2018 +0000
+++ b/GPS_INT.cpp	Sun Jul 08 03:30:42 2018 +0000
@@ -1,3 +1,20 @@
+// -*- coding: utf-8 -*-
+/**
+ @file      GPS_INT.cpp
+ @brief     Recieve GPS using Interrupt
+ 
+ @author    D.Nakayama
+ @version   1.0
+ @date      2018-07-08  D.Nakayama  Written for C++/mbed.
+ 
+ 
+ @see 
+ Copyright (C) 2017 T.Kawamura.
+ Released under the MIT license.
+ http://opensource.org/licenses/mit-license.php
+ 
+*/
+
 #include "GPS_INT.h"
 #include "mbed.h"