You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[mDNS and DNS-SD responder (ESP8266mDNS library)](#mdns-and-dns-sd-responder-esp8266mdns-library)
@@ -398,6 +399,10 @@ else they default to pins 4(SDA) and 5(SCL).
398
399
SPI library supports the entire Arduino SPI API including transactions, including setting phase (CPHA).
399
400
Setting the Clock polarity (CPOL) is not supported, yet (SPI_MODE2 and SPI_MODE3 not working).
400
401
402
+
## SoftwareSerial
403
+
404
+
An ESP8266 port of SoftwareSerial library done by Peter Lerup (@plerup) supports baud rate up to 115200 and multiples SoftwareSerial instances. See the https://github.com/plerup/espsoftwareserial if you want to suggest an improvement or open an issue related to SoftwareSerial.
405
+
401
406
## ESP-specific APIs
402
407
403
408
APIs related to deep sleep and watchdog timer are available in the `ESP` object, only available in Alpha version.
0 commit comments