Tasmota/lib/lib_basic/OneWire-Stickbreaker
Theo Arends ffd09da89a Fix DS18B20 for ESP32 with over 33 gpios 2023-09-19 15:20:10 +02:00
..
examples Fix OneWire-Stickbreaker (DS18x20) library 2022-01-17 17:05:33 +01:00
OneWire.cpp Fix OneWire-Stickbreaker (DS18x20) library 2022-01-17 17:05:33 +01:00
OneWire.h Fix DS18B20 for ESP32 with over 33 gpios 2023-09-19 15:20:10 +02:00
README.md Update README.md 2022-05-16 13:30:20 +02:00
keywords.txt Fix OneWire-Stickbreaker (DS18x20) library 2022-01-17 17:05:33 +01:00
library.json Fix OneWire-Stickbreaker (DS18x20) library 2022-01-17 17:05:33 +01:00
library.properties Fix OneWire-Stickbreaker (DS18x20) library 2022-01-17 17:05:33 +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.