Wirelessly programming mbed through Ethernet
wiflash.h
- Committer:
- adhithyan15
- Date:
- 2015-04-30
- Revision:
- 0:6b372eb53d67
File content as of revision 0:6b372eb53d67:
#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(); };