hey

Dependencies:   SDFileSystem mbed-rtos mbed

Fork of CDMS_BAE by sakthi priya amirtharaj

Revision:
7:60e940b7a36b
Parent:
6:ee97f01e6b7d
--- a/hk.h	Thu Feb 05 22:32:29 2015 +0000
+++ b/hk.h	Thu Feb 05 23:19:46 2015 +0000
@@ -1,6 +1,7 @@
 #include "mbed.h"
 #include "SDFileSystem.h"
 #include "string.h"
+/*
 typedef struct SensorData {
     char Voltage[8];
     char Current[4];
@@ -15,11 +16,11 @@
     char power_mode;           
     char AngularSpeed[2];
     char Bnewvalue[2];
-} SensorData;
+} SensorData;*/
 
 void spiwrite(int);
 int spiread(int);
 int hexint(int);
 char* getname(int,int,int,int,int,int,int);
-void storedata(char*,int);
+void storedata(char*);
 void init_rtc(void);