More HACMan stuff

Dependencies:   FatFileSystem SDFileSystem mbed

Revision:
0:f433ff34d66b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fileSys.h	Thu Jun 11 13:49:01 2015 +0000
@@ -0,0 +1,16 @@
+#ifndef FILESYS_H
+#define FILESYS_H
+
+#include "mbed.h"
+#include "SDFileSystem.h"
+#include <string>
+
+class FileSys {
+
+public:
+
+private:
+
+};
+
+#endif
\ No newline at end of file