Tasmota/lib/lib_basic/OneWire-Stickbreaker
Jason2866 b75919c487
remove not needed code
which will conflict with next Arduino core build
2022-02-15 20:02:31 +01: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 remove not needed code 2022-02-15 20:02:31 +01:00
README.md Fix OneWire-Stickbreaker (DS18x20) library 2022-01-17 17:05:33 +01: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 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