Updated Wiflash

Dependents:   wiflash-demo-blinkk wiflashdemo

Revision:
0:30192d068543
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wiflash.h	Fri May 01 15:03:29 2015 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+#include <string>
+#include <sstream>
+#include "EthernetInterface.h"
+#include "rtos.h"
+
+
+class Wiflash{
+  private:
+    EthernetInterface eth;
+    Thread *thread;
+    LocalFileSystem local;
+    FILE *file;
+  public:
+    Wiflash();  
+    bool setUp(); 
+};
\ No newline at end of file