PaulStoffregen / OneWire

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

replace delay with busy-wait #73

Closed JohSchneider closed 4 years ago

JohSchneider commented 4 years ago

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

PaulStoffregen commented 4 years ago

ds18b20