OneWireArduinoSlave/README.md

9 lines
418 B
Markdown
Raw Normal View History

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.
2015-08-09 09:51:23 +02:00
2018-12-10 09:59:48 +01:00
Notes
2015-08-09 09:51:23 +02:00
2018-12-10 10:00:18 +01:00
Added support for the attiny85 platform at 16mhz
2018-12-10 09:59:48 +01:00
Included a OneWireSlave implementation of a DS2413 (FakeDS2413) for both the ATMEGS328 and ATTINY85 platforms