PaulStoffregen / OneWire

Library for Dallas/Maxim 1-Wire Chips
http://www.pjrc.com/teensy/td_libs_OneWire.html
595 stars 390 forks source link

Update OneWire.cpp to correct the ESP32 code #144

Closed Rob58329 closed 3 months ago

Rob58329 commented 3 months ago

The ARDUINO_ARCH_ESP32 “#define noInterrupts()…” code is NOT required for any of the single-core ESP32 units.