MCPcopy Create free account

hub / github.com/adafruit/Adafruit_ESP8266 / functions

Functions14 in github.com/adafruit/Adafruit_ESP8266

↓ 4 callersMethodwrite
/ ! @brief Send one byte character. Anything printed to the EPS8266 object will be split to both the WiFi and debug streams. Saves having to
Adafruit_ESP8266.cpp:92
MethodAdafruit_ESP8266
/ ! @brief Constructor @param serial_stream Pointer to Stream (Hardware or Software Serial) for the ESP8266 @param de
Adafruit_ESP8266.cpp:40
MethodcloseAP
/ ! @brief Close current connection */ /
Adafruit_ESP8266.cpp:314
MethodcloseTCP
/ ! @brief Close current connection */ /
Adafruit_ESP8266.cpp:345
MethodconnectTCP
/ ! @brief Open TCP connection. Hostname is flash-resident string. @param hoststr Hostname string @param port TCP port on host @retu
Adafruit_ESP8266.cpp:327
MethodconnectToAP
/ ! @brief Connect to WiFi access point. SSID and password are flash-resident strings. May take several seconds to execute, this is normal.
Adafruit_ESP8266.cpp:283
MethoddebugLoop
/ ! @brief For interactive debugging...shuttle data between Serial Console <-> WiFi */ /
Adafruit_ESP8266.cpp:260
Methodfind
/ ! @brief Equivalent to Arduino Stream find() function, but with search string in flash/PROGMEM rather than RAM-resident. Can optionally p
Adafruit_ESP8266.cpp:119
MethodhardReset
/ ! @brief ESP8266 is reset by momentarily connecting RST to GND. Level shifting is not necessary provided you don't accidentally set the pin
Adafruit_ESP8266.cpp:224
MethodreadLine
/ ! @brief Read from ESP8266 stream into RAM, up to a given size. Max number of chars read is 1 less than this, so NUL can be appended on stri
Adafruit_ESP8266.cpp:198
MethodrequestURL
/ ! @brief Requests page from currently-open TCP connection. URL is flash-resident string. @param url The flash string URL to request
Adafruit_ESP8266.cpp:358
MethodsetBootMarker
/ ! @brief Override boot marker string, or pass NULL to restore default. @param str The bootmarker string to look for */ /
Adafruit_ESP8266.cpp:79
MethodsetTimeouts
/ ! @brief Override various timings.Passing 0 for an item keeps current setting. @param rcv Receive data timeout @param rst Reset
Adafruit_ESP8266.cpp:58
MethodsoftReset
/ ! @brief Software reset @returns true if expected boot message is received (or if RST is unused) false otherwise. */ /
Adafruit_ESP8266.cpp:241