Skip to content

Commit 27de48b

Browse files
committed
Merge pull request esp8266#1463 from andig/remove-onewire
Remove OneWire
2 parents 68701bf + d605074 commit 27de48b

File tree

9 files changed

+1
-1135
lines changed

9 files changed

+1
-1135
lines changed

doc/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ title: Change Log
3939
- Fix link-time dependency of ESP8266WebServer on SPIFFS (#862)
4040
- Allow setting client side TLS key and certificate
4141
- Replace chain of UDP pbufs with a single pbuf before sending (#1009)
42+
- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources
4243

4344
### Tools
4445

doc/libraries.md

-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ title: Libraries
1010
* [SPI](#spi)
1111
* [SoftwareSerial](#softwareserial)
1212
* [ESP\-specific APIs](#esp-specific-apis)
13-
* [OneWire](#onewire)
1413
* [mDNS and DNS\-SD responder (ESP8266mDNS library)](#mdns-and-dns-sd-responder-esp8266mdns-library)
1514
* [SSDP responder (ESP8266SSDP)](#ssdp-responder-esp8266ssdp)
1615
* [DNS server (DNSServer library)](#dns-server-dnsserver-library)
@@ -111,12 +110,6 @@ TOUT pin has to be disconnected in this mode.
111110
Note that by default ADC is configured to read from TOUT pin using `analogRead(A0)`, and
112111
`ESP.getVCC()` is not available.
113112
114-
## OneWire
115-
116-
Library was adapted to work with ESP8266 by including register definitions into OneWire.h
117-
Note that if you already have OneWire library in your Arduino/libraries folder, it will be used
118-
instead of the one that comes with this package.
119-
120113
## mDNS and DNS-SD responder (ESP8266mDNS library)
121114
122115
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local", and DNS-SD (service dicovery) queries.

0 commit comments

Comments
 (0)