hey

Dependencies:   SDFileSystem mbed-rtos mbed

Fork of CDMS_BAE by sakthi priya amirtharaj

Revision:
8:4acac3bf5e9b
Parent:
7:60e940b7a36b
--- a/i2c.cpp	Thu Feb 05 23:19:46 2015 +0000
+++ b/i2c.cpp	Fri Feb 06 18:12:16 2015 +0000
@@ -67,7 +67,7 @@
 } hk_data;
 hk_data decode_data;
  
-/*void TC_DECODE(char *data_hk)                  //getting the structure back from hk data sent by bae
+void TC_DECODE(char *data_hk)                  //getting the structure back from hk data sent by bae
 {
     for(int i=0;i<=7;i++)
     {
@@ -103,7 +103,7 @@
     printf("\n voltage %s\n\r",decode_data.Voltage);
     printf("\n current  %s\n\r",decode_data.Current);
     printf("\n faultpoll %c\n\r",decode_data.faultpoll);
-}*/
+}