Arduino-OWI: 1-Wire Master/Slave Library

The latest update of the Arduino-OWI (One-Wire Interface) library contains additional support for slave devices. The examples includes an emulation of the DS18B20 and a Remote Arduino with the core functions (e.g. pinMode, digitalRead, digitalWrite, analogRead, somewhat like Firmata but using 1-Wire).

  1. Slave OWI Class
  2. DS18B20 Slave sketch
  3. OWI Remote Arduino Driver Class
  4. OWI Remote Arduino Master sketch
  5. OWI Remote Arduino Slave sketch

Cheers!