sakthi priya amirtharaj / Mbed 2 deprecated CDMS_BAE_1

Dependencies:   SDFileSystem mbed-rtos mbed

Fork of CDMS_BAE by sakthi priya amirtharaj

Revision:
6:ee97f01e6b7d
Parent:
5:3979ca24777a
Child:
7:60e940b7a36b
--- a/rtsc.h	Tue Feb 03 17:10:21 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#include "mbed.h"
-#include "SDFileSystem.h"
-#include "string.h"
-typedef struct SensorData {
-    char Voltage[8];
-    char Current[4];
-    char Temperature;
-    char PanelTemperature[2];         //HK Data Structure
-    char Vcell_soc;
-    char alerts;
-    char crate;
-    char BatteryTemperature;      
-    char faultpoll;             
-    char faultir;              
-    char power_mode;           
-    char AngularSpeed[2];
-    char Bnewvalue[2];
-} SensorData;
-
-void spiwrite(int);
-int spiread(int);
-int hexint(int);
-char* getname(int,int,int,int,int,int,int);
-void storedata(void);
\ No newline at end of file