mikaelpatel / Arduino-OWI

One Wire Interface (OWI) library for Arduino
https://mikaelpatel.github.io/Arduino-OWI/
61 stars 15 forks source link

Master and slave support in one device #11

Closed MaxPetukhov closed 1 year ago

MaxPetukhov commented 2 years ago

Is it possible? I tried to combine the DS18B20 examples in one sketch to implement a repeater, but it doesn't work. Can 2 OWI objects work together?

mikaelpatel commented 2 years ago

@MaxPetukhov Quick answer is no or at least not in parallel.