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: ArduinoAPI
Fork of WeeESP8266 by
Revision 0:d3b93948c925, committed 2015-02-05
- Comitter:
- itead
- Date:
- Thu Feb 05 08:22:09 2015 +0000
- Child:
- 1:edc634cad906
- Commit message:
- First commit for ESP8266AT library. It is empty!
Changed in this revision
| ESP8266AT.cpp | Show annotated file Show diff for this revision Revisions of this file |
| ESP8266AT.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ESP8266AT.cpp Thu Feb 05 08:22:09 2015 +0000 @@ -0,0 +1,2 @@ +#include "ESP8266AT.h" +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ESP8266AT.h Thu Feb 05 08:22:09 2015 +0000 @@ -0,0 +1,6 @@ +#ifndef __ESP8266AT_H__ +#define __ESP8266AT_H__ + + + +#endif /* #ifndef __ESP8266AT_H__ */ \ No newline at end of file
