Tasmota/lib/lib_basic/OneWire-Stickbreaker-201905...
Arlo Siemsen d918eb1dff Fix OneWire on ESP32-C3 2021-11-05 23:41:35 -05:00
..
examples move libs in folder lib 2020-10-26 12:51:06 +00:00
OneWire.cpp Neopixel C3 2021-06-09 20:23:59 +02:00
OneWire.h Fix OneWire on ESP32-C3 2021-11-05 23:41:35 -05:00
README.md move libs in folder lib 2020-10-26 12:51:06 +00:00
keywords.txt move libs in folder lib 2020-10-26 12:51:06 +00:00
library.json add lib info files 2021-02-12 09:43:23 +01:00
library.properties architectures=esp8266,esp32 2021-01-23 11:19:01 +01:00

README.md

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.

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