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-08-09 09:15:32 +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_Demo.ino cleaned up project for public distribution (removed debug and unrelated stuff) 2015-08-09 09:15:32 +02:00
OneWireIO.sln cleaned up project for public distribution (removed debug and unrelated stuff) 2015-08-09 09:15:32 +02:00
OneWireIO.vcxproj cleaned up project for public distribution (removed debug and unrelated stuff) 2015-08-09 09:15:32 +02:00
OneWireIO.vcxproj.filters cleaned up project for public distribution (removed debug and unrelated stuff) 2015-08-09 09:15:32 +02:00
OneWireSlave.cpp cleaned up project for public distribution (removed debug and unrelated stuff) 2015-08-09 09:15:32 +02:00
OneWireSlave.h cleaned up project for public distribution (removed debug and unrelated stuff) 2015-08-09 09:15:32 +02:00