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 b5fa47249d ROM commands, read/write bytes (wip) 10 years ago
SerialMonitor implemented reading of bytes sent by the 1-wire master 10 years ago
traces Merge branch 'master' of ssh://thor:22/OneWireIO 10 years ago
.gitattributes - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master) 10 years ago
.gitignore - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master) 10 years ago
LowLevel.h - fixed bug in Pin::attachInterrupt (this is an arduino bug : interrupts that have been triggered before the handler is attached will cause it to be called immediately ; but only interrupts happening after should call the handler) 10 years ago
OneWireIO-tmp.hpp start of code refactoring (OneWireSlave class) 10 years ago
OneWireIO.ino - fixed bug in Pin::attachInterrupt (this is an arduino bug : interrupts that have been triggered before the handler is attached will cause it to be called immediately ; but only interrupts happening after should call the handler) 10 years ago
OneWireIO.sln refactoring (wip) 10 years ago
OneWireIO.vcxproj refactoring (wip) 10 years ago
OneWireIO.vcxproj.filters refactoring (wip) 10 years ago
OneWireSlave.cpp ROM commands, read/write bytes (wip) 10 years ago
OneWireSlave.h ROM commands, read/write bytes (wip) 10 years ago
SerialChannel.cpp implemented reading of bytes sent by the 1-wire master 10 years ago
SerialChannel.h implemented reading of bytes sent by the 1-wire master 10 years ago