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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Youen Toupin 74b3f2100e search rom algorithm almost working (but code is in an awful state, and master doesn't recognize the ROM yet, maybe a CRC issue) 9 years ago
SerialMonitor implemented reading of bytes sent by the 1-wire master 9 years ago
traces Merge branch 'master' of ssh://thor:22/OneWireIO 9 years ago
.gitattributes - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master) 9 years ago
.gitignore - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master) 9 years ago
LowLevel.h implemented reset detection 9 years ago
OneWireIO.ino search rom algorithm almost working (but code is in an awful state, and master doesn't recognize the ROM yet, maybe a CRC issue) 9 years ago
OneWireIO.sln implemented reset detection 9 years ago
OneWireIO.vcxproj implemented presence with timer interrupts 9 years ago
OneWireIO.vcxproj.filters implemented presence with timer interrupts 9 years ago
SerialChannel.cpp implemented reading of bytes sent by the 1-wire master 9 years ago
SerialChannel.h implemented reading of bytes sent by the 1-wire master 9 years ago