forked from youen/OneWireArduinoSlave
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IanF
3359d0ef47
|
6 years ago | |
---|---|---|
.vscode | 7 years ago | |
examples/FakeDS18B20 | 7 years ago | |
extras | 7 years ago | |
src | 7 years ago | |
FakeD2413.ino | 6 years ago | |
LICENSE | 7 years ago | |
LowLevel.h | 6 years ago | |
OneWireSlave.cpp | 6 years ago | |
OneWireSlave.h | 6 years ago | |
README.md | 6 years ago | |
comptime.h | 6 years ago | |
keywords.txt | 9 years ago | |
library.properties | 9 years ago |
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