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-04-24 22:34:55 +02:00
SerialMonitor implemented reading of bytes sent by the 1-wire master 2015-04-24 11:29:59 +02:00
traces Merge branch 'master' of ssh://thor:22/OneWireIO 2015-04-23 15:07:36 +02:00
.gitattributes - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master) 2015-04-11 20:28:53 +02:00
.gitignore - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master) 2015-04-11 20:28:53 +02:00
LowLevel.h implemented reset detection 2015-04-23 17:26:33 +02:00
OneWireIO.ino search rom works, but not completely reliable yet 2015-04-24 22:34:55 +02:00
OneWireIO.sln implemented reset detection 2015-04-23 17:26:33 +02:00
OneWireIO.vcxproj implemented presence with timer interrupts 2015-04-24 10:30:11 +02:00
OneWireIO.vcxproj.filters implemented presence with timer interrupts 2015-04-24 10:30:11 +02:00
SerialChannel.cpp implemented reading of bytes sent by the 1-wire master 2015-04-24 11:29:59 +02:00
SerialChannel.h implemented reading of bytes sent by the 1-wire master 2015-04-24 11:29:59 +02:00