uClimate / ESP8266_moj

Dependencies:   ArduinoAPI

Fork of WeeESP8266 by ITEAD STUDIO

Files at this revision

API Documentation at this revision

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