Christopher Haster / ESP8266Interface

Dependencies:   ESP8266

Fork of ESP8266Interface by NetworkSocketAPI

Revision:
5:72561d7c6f65
Parent:
2:87009183eb2e
diff -r 323f42baa75a -r 72561d7c6f65 WiFiInterface.cpp
--- 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