read and write to local file system.

Fork of LocalFileSystem_Read by Hayley Cashdollar

Revision:
1:a5555eb914bb
Child:
3:00d1d2418528
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/localRead.h	Tue Jun 30 05:04:36 2015 +0000
@@ -0,0 +1,26 @@
+#ifndef LOCALREAD_H
+#define LOCALREAD_H
+
+
+#include "mbed.h"
+#include "initExoVars.h"
+
+
+extern float LeftCalib;
+extern float RightCalib;
+
+extern float leftOffset;
+extern float rightOffset;
+float txtLeft;
+float txtRight;
+extern float hello1;
+extern float hello2;
+////char A[10];
+
+
+
+#endif
+
+extern void ReadFile(void);
+extern void WriteFile(void);
+extern void localRead(void);