2017 hongo b team

Dependents:   I2C Alpha_Apper I2C

Revision:
1:8076e33b6ba1
Parent:
0:11209e14c06c
--- a/ApprI2CMaster.h	Fri Sep 08 03:27:32 2017 +0000
+++ b/ApprI2CMaster.h	Thu Sep 21 04:37:15 2017 +0000
@@ -2,7 +2,7 @@
 #define APPR_I2C_MASTER_H
 
 #include "Alpha_ApprI2C_ID.h"
-#include "I2CTransporter.h"
+#include "mbed.h"
 
 
 class ApprI2CMaster
@@ -17,7 +17,7 @@
         alpha_a::f_type _my_type;
         I2C *_master;
         int _addr; 
-        
+        int res_data;
         
 };