Updated Wiflash

Dependents:   wiflash-demo-blinkk wiflashdemo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wiflash.h Source File

wiflash.h

00001 #include "mbed.h"
00002 #include <string>
00003 #include <sstream>
00004 #include "EthernetInterface.h"
00005 #include "rtos.h"
00006 
00007 
00008 class Wiflash{
00009   private:
00010     EthernetInterface eth;
00011     Thread *thread;
00012     LocalFileSystem local;
00013     FILE *file;
00014   public:
00015     Wiflash();  
00016     bool setUp(); 
00017 };