for checking i2c with integrated bae

Dependencies:   SDFileSystem mbed-rtos mbed

Revision:
0:cb112a717428
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sdcard.h	Mon Sep 15 14:01:49 2014 +0000
@@ -0,0 +1,18 @@
+#include "mbed.h"
+/*#include "SDFileSystem.h"
+
+#define BEANUM 10
+#define ACSNUM 10
+#define EPSNUM 10
+
+/*struct SensorData {             //will be changed
+    float Voltage[10];
+    float Current[10];
+    float Temp[10];
+};
+
+void writedummies(SensorData*);                         //will be removed
+void setfilenames(char*,char*,char*,time_t);
+void writevaluesf(char*,char*,char*,time_t,SensorData*);
+void readvaluesff(char*,char*,char*,SensorData*);       //for debugging only
+*/
\ No newline at end of file