Components / ESP8266

Dependencies:   ATParser

Dependents:   ESP8266Interface

Fork of ESP8266 by NetworkSocketAPI

Revision:
4:844719bff1b1
Parent:
3:cc1177c81dd6
diff -r cc1177c81dd6 -r 844719bff1b1 hwnamedriver.cpp
--- a/hwnamedriver.cpp	Thu May 28 20:00:55 2015 +0000
+++ b/hwnamedriver.cpp	Sun May 31 13:07:08 2015 -0500
@@ -16,4 +16,8 @@
  
  #include "hwnamedriver.h"
  
- 
\ No newline at end of file
+ // TODO: User must impliment functions from hwnamedriver.h here. 
+ // These functions can vary widely between devices, additional functions beyond
+ // what is described in hwnamedriver.h can be added. This layer is used directly
+ // by the Interface layer and thus should provide whatever functionality is 
+ // required by that layer. 
\ No newline at end of file