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.
Fork of ESP8266Interface by
Diff: WiFiInterface.cpp
- Revision:
- 5:72561d7c6f65
- Parent:
- 2:87009183eb2e
--- a/WiFiInterface.cpp Thu May 28 20:01:07 2015 +0000 +++ b/WiFiInterface.cpp Sun May 31 13:09:39 2015 -0500 @@ -14,5 +14,7 @@ * limitations under the License. */ -#include "WiFiInterface.h" - \ No newline at end of file +#include "WiFiInterface.h" // functions to impliment +#include "hwnamedriver.h" // functions to use to impliment WifiInterface + +// TODO: User must impliment WifiInterface functions here. \ No newline at end of file