neuoy / OneWireArduinoSlave

An arduino library to communicate using the Dallas one-wire protocol, where the Arduino takes the role of a slave. Entirely implemented using interrupts, you can perform other tasks while communication is handled in background.
58 stars 19 forks source link

fix missing detection of reset during write of zero-bits #5

Closed ntruchsess closed 8 years ago

ntruchsess commented 8 years ago

Writing a clone of DS2890 I noticed that reset is not detected after OWSlave.write(0,true); has been called.

neuoy commented 8 years ago

Good catch, thanks :)