Support library for the ESP8266 Wireless Terminal. Can also be used for communicating with any VT100-compatible terminal.

Revision:
0:20fb68233f89
Child:
1:09dfc9fd55f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/espterm.cpp	Mon Mar 06 20:45:05 2017 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+#include "espterm.hpp"
+
+ESPTerm::ESPTerm(Serial *s) {
+    this->ser = s;
+}