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-26 19:46:52 +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 refactoring (wip) 2015-04-25 21:40:38 +02:00
OneWireIO-tmp.hpp start of code refactoring (OneWireSlave class) 2015-04-25 13:04:10 +02:00
OneWireIO.ino refactoring (wip) 2015-04-25 21:40:38 +02:00
OneWireIO.sln refactoring (wip) 2015-04-25 21:40:38 +02:00
OneWireIO.vcxproj refactoring (wip) 2015-04-25 21:40:38 +02:00
OneWireIO.vcxproj.filters refactoring (wip) 2015-04-25 21:40:38 +02:00
OneWireSlave.cpp refactoring wip : search rom (doesn't work yet) 2015-04-26 19:46:52 +02:00
OneWireSlave.h refactoring wip : search rom (doesn't work yet) 2015-04-26 19:46:52 +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