An arduino library to communicate using the Dallas one-wire protocol, where the Arduino takes the role of a slave. Implementation of a DS2413 on Arduino UNO and ATTINY85
Go to file
2015-08-09 09:19:19 +02:00
LICENSE Initial commit 2015-08-09 09:19:19 +02:00
README.md Initial commit 2015-08-09 09:19:19 +02:00

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.