library to access typical i2c device

Revision:
1:e7e87f75c0d5
Parent:
0:712b59c07bd3
Child:
2:1984bcde6d95
--- a/i2c_general_io.cpp	Tue Jul 03 10:14:45 2018 +0000
+++ b/i2c_general_io.cpp	Sun Jul 08 04:46:20 2018 +0000
@@ -1,3 +1,20 @@
+// -*- coding: utf-8 -*-
+/**
+ @file      i2c_general_io.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 D.Nakayama.
+ Released under the MIT license.
+ http://opensource.org/licenses/mit-license.php
+ 
+*/
+
 #include "i2c_general_io.h"
 #include "mbed.h"