PaulStoffregen / OneWire

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

replace delay with busy-wait #73

Closed JohSchneider closed 5 years ago

JohSchneider commented 5 years ago

replaces the 'might work' delay, with a small busy-wait loop, that waits until the sensor signals readiness

PaulStoffregen commented 5 years ago

ds18b20