i2c working with new hk(no pin conflict)

Dependencies:   mbed-rtos mbed

Fork of BAE_vr2_1_4 by sakthi priya amirtharaj

Revision:
0:e9c32e1df869
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slave.h	Wed Dec 17 06:52:26 2014 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#define WriteGeneral 3
+#define ReadAddressed 1
+#define slave_address 0x20
+
+
+void FUNC_I2C_WRITE2CDMS();
+void T_I2C_BAE();
+void ir2master();
+void FUNC_INT();
+void FUNC_RESET();
+