reset prob solved n cdms reforms the structure from hk data

Dependencies:   mbed-rtos mbed

Revision:
0:93514bd41116
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slave.h	Thu Dec 18 12:20:47 2014 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#define WriteGeneral 3
+#define ReadAddressed 1
+#define slave_address 0x20
+
+
+void FUNC_I2C_WRITE2CDMS(char*,int);
+
+void FUNC_I2C_IR2CDMS();
+void FUNC_I2C_INT();
+void FUNC_I2C_RESET();
+void FUNC_I2C_TC_EXECUTE(char);
+