Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed-rtos mbed
Fork of CDMS_BAE by
Diff: rtsc.h
- 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
