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
2018-12-11 03:31:46 +01:00
.vscode added vscode configuration 2018-04-01 11:13:02 +02:00
examples/FakeDS18B20 updated documentation to match latest version of code 2018-04-01 12:05:52 +02:00
extras updated documentation to match latest version of code 2018-04-01 12:05:52 +02:00
src updated documentation to match latest version of code 2018-04-01 12:05:52 +02:00
comptime.h Upload files to '' 2018-12-03 20:44:06 +01:00
FakeD2413.ino Upload files to '' 2018-12-11 03:31:46 +01:00
keywords.txt rearange as arduino-lib 2016-03-18 13:05:43 +01:00
library.properties rearange as arduino-lib 2016-03-18 13:05:43 +01:00
LICENSE documentation improvements 2018-04-01 11:10:22 +02:00
LowLevel.h Upload files to '' 2018-12-10 09:52:46 +01:00
OneWireSlave.cpp Upload files to '' 2018-12-10 21:23:54 +01:00
OneWireSlave.h Upload files to '' 2018-12-10 09:52:46 +01:00
README.md Update 'README.md' 2018-12-10 10:36:51 +01: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.

Notes

Added support for the attiny85 platform at 16mhz

Included a OneWireSlave implementation of a DS2413 (FakeDS2413) for both the ATMEGA328 and ATTINY85 platforms