Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/Adafruit_ESP8266
/ functions
Functions
14 in github.com/adafruit/Adafruit_ESP8266
⨍
Functions
14
◇
Types & classes
1
↓ 4 callers
Method
write
/ ! @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
Method
Adafruit_ESP8266
/ ! @brief Constructor @param serial_stream Pointer to Stream (Hardware or Software Serial) for the ESP8266 @param de
Adafruit_ESP8266.cpp:40
Method
closeAP
/ ! @brief Close current connection */ /
Adafruit_ESP8266.cpp:314
Method
closeTCP
/ ! @brief Close current connection */ /
Adafruit_ESP8266.cpp:345
Method
connectTCP
/ ! @brief Open TCP connection. Hostname is flash-resident string. @param hoststr Hostname string @param port TCP port on host @retu
Adafruit_ESP8266.cpp:327
Method
connectToAP
/ ! @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
Method
debugLoop
/ ! @brief For interactive debugging...shuttle data between Serial Console <-> WiFi */ /
Adafruit_ESP8266.cpp:260
Method
find
/ ! @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
Method
hardReset
/ ! @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
Method
readLine
/ ! @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
Method
requestURL
/ ! @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
Method
setBootMarker
/ ! @brief Override boot marker string, or pass NULL to restore default. @param str The bootmarker string to look for */ /
Adafruit_ESP8266.cpp:79
Method
setTimeouts
/ ! @brief Override various timings.Passing 0 for an item keeps current setting. @param rcv Receive data timeout @param rst Reset
Adafruit_ESP8266.cpp:58
Method
softReset
/ ! @brief Software reset @returns true if expected boot message is received (or if RST is unused) false otherwise. */ /
Adafruit_ESP8266.cpp:241