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.
Dependencies: ATParser
Fork of ESP8266 by
Diff: hwnamedriver.cpp
- Revision:
- 4:844719bff1b1
- Parent:
- 3:cc1177c81dd6
--- 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
