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

espterm.cpp

Committer:
MightyPork
Date:
2017-03-06
Revision:
0:20fb68233f89
Child:
1:09dfc9fd55f4

File content as of revision 0:20fb68233f89:

#include "mbed.h"
#include "espterm.hpp"

ESPTerm::ESPTerm(Serial *s) {
    this->ser = s;
}