Kleber Silva / IOTON-API

Dependents:   ton_demo ton_template

Embed: (wiki syntax)

« Back to documentation index

ESP8266 Class Reference

ESP8266 Class Reference

An interface to the ESP8266. More...

#include <ESP8266.h>

Public Member Functions

 ESP8266 (PinName tx, PinName rx)
 Create an interface to the ESP8266.

Detailed Description

An interface to the ESP8266.

Definition at line 8 of file ESP8266.h.


Constructor & Destructor Documentation

ESP8266 ( PinName  tx,
PinName  rx 
)

Create an interface to the ESP8266.

Parameters:
txUART TX line pin
rxUART RX line pin

Definition at line 17 of file ESP8266.h.