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-27 23:17:45 +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 finished implementation of most important 1-wire functionalities 2015-04-27 21:53:31 +02:00
OneWireIO-tmp.hpp start of code refactoring (OneWireSlave class) 2015-04-25 13:04:10 +02:00
OneWireIO.ino - implemented simple protocol to turn an output on/off 2015-04-27 23:17:45 +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 - implemented simple protocol to turn an output on/off 2015-04-27 23:17:45 +02:00
OneWireSlave.h finished implementation of most important 1-wire functionalities 2015-04-27 21:53:31 +02:00
SerialChannel.cpp - implemented simple protocol to turn an output on/off 2015-04-27 23:17:45 +02:00
SerialChannel.h - implemented simple protocol to turn an output on/off 2015-04-27 23:17:45 +02:00