Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: wiflash-demo-blinkk wiflashdemo
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 };
Generated on Thu Jul 21 2022 01:36:53 by
 1.7.2