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

Add conditional-search and resume commands #6

Closed ntruchsess closed 8 years ago

ntruchsess commented 8 years ago

see e.g.http://pdfserv.maximintegrated.com/en/ds/DS2890.pdf Figure 20 + 21 (page 22 + 23)

ntruchsess commented 8 years ago

not interestet in pull-requests?

neuoy commented 8 years ago

Yes, sorry, I'm interested, but I'd like to test, or at least review the code, and haven't found the time yet. But thanks for the contribution, I'll probably merge that soon :-)

neuoy commented 8 years ago

Sorry for the delay merging that, and thanks again for the pull-request :)