Files
Tasmota/lib/lib_basic/OneWire-Stickbreaker
Christian Baars 7d18dd0e9e fix OneWire for IDF5.1 and C2/C6 (#19303)
* fix OneWire for IDF5.1 and C2/C6

* Use Onewire in arduino30 builds

* use SOC specific defines for C2,C3 and C6
2023-08-14 09:34:48 +02:00
..
2022-05-16 13:30:20 +02:00

OneWire library

A @stickbreaker @arendst modified version of the Arduino OneWire library maintained by @PaulStoffregen. This modifications supports the ESP8266, ESP32, ESP32c3, ESP32s2 and ESP32s3 under the Arduino-esp32 Environment.

Original Source is Paul's 2.3 version.