Example program for the BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI

Fork of HelloLWIPInterface by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Wed Jun 17 21:02:14 2015 +0000
Parent:
6:751245e265f6
Child:
8:cb6e31861ac9
Commit message:
updating naming

Changed in this revision

ESP8266Interface.lib Show diff for this revision Revisions of this file
WiFiRadioInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ESP8266Interface.lib	Wed Jun 17 20:58:21 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://developer.mbed.org/teams/NetworkSocketAPI/code/wifi_interface/#80ece8d5aa2d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WiFiRadioInterface.lib	Wed Jun 17 21:02:14 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/teams/NetworkSocketAPI/code/wifi_interface/#288c15b80a26
--- a/main.cpp	Wed Jun 17 20:58:21 2015 +0000
+++ b/main.cpp	Wed Jun 17 21:02:14 2015 +0000
@@ -15,11 +15,11 @@
  */
 
 #include "mbed.h"
-#include "ESP8266Interface.h"
+#include "WiFiRadioInterface.h"
 
 DigitalOut myled(LED1);
 
-ESP8266Interface wifi;
+WiFiRadioInterface wifi;
 // or
 //NetworkInterface *wifi = new WiFiInterface;