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
.vscode | ||
examples/FakeDS18B20 | ||
extras | ||
src | ||
comptime.h | ||
FakeD2413.ino | ||
keywords.txt | ||
library.properties | ||
LICENSE | ||
LowLevel.h | ||
OneWireSlave.cpp | ||
OneWireSlave.h | ||
README.md |
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.
Notes
Added support for the attiny85 platform at 16mhz
Included a OneWireSlave implementation of a DS2413 (FakeDS2413) for both the ATMEGA328 and ATTINY85 platforms