From 91724dc8c123a036ebd9cd4e140c6a63ffa4645e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 16 May 2022 13:30:20 +0200 Subject: [PATCH] Update README.md --- lib/lib_basic/OneWire-Stickbreaker/README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/lib_basic/OneWire-Stickbreaker/README.md b/lib/lib_basic/OneWire-Stickbreaker/README.md index fcc566fbf..39dbbbad7 100644 --- a/lib/lib_basic/OneWire-Stickbreaker/README.md +++ b/lib/lib_basic/OneWire-Stickbreaker/README.md @@ -1,11 +1,6 @@ # OneWire library - A modification of the Arduino OneWire library maintained by @PaulStoffregen. This modifications supports the ESP32 under the Arduino-esp32 Environment. - - No changes are required for compatibility with Arduino coding. + 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. Forked 28DEC2017 - -@stickbreaker -V2.3.1 30APR2018 add IRAM_ATTR to read_bit() write_bit() to solve ICache miss timing failure. - thanks @everslick re: https://github.com/espressif/arduino-esp32/issues/1335 -V2.3 28DEC2017 original mods to support ESP32 +Original Source is Paul's 2.3 version.