Tasmota/lib/lib_basic/TasmotaOneWire-2.3.3
Theo Arends 908a918b8e Fix ESP8266 compilation 2024-01-26 13:58:28 +01:00
..
examples Add ESP32 support for DS18x20 on Shelly Plus Add-On (#20580) 2024-01-26 12:26:47 +01:00
OneWire.cpp Fix ESP8266 compilation 2024-01-26 13:58:28 +01:00
OneWire.h Add ESP32 support for DS18x20 on Shelly Plus Add-On (#20580) 2024-01-26 12:26:47 +01:00
README.md Add ESP32 support for DS18x20 on Shelly Plus Add-On (#20580) 2024-01-26 12:26:47 +01:00
keywords.txt Add ESP32 support for DS18x20 on Shelly Plus Add-On (#20580) 2024-01-26 12:26:47 +01:00
library.json Add ESP32 support for DS18x20 on Shelly Plus Add-On (#20580) 2024-01-26 12:26:47 +01:00
library.properties Add ESP32 support for DS18x20 on Shelly Plus Add-On (#20580) 2024-01-26 12:26:47 +01:00

README.md

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.