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-23 17:26:33 +02:00
SerialMonitor added code to transmit sample frequency along with sample data (more compatibility between arduino and PC, and possibility to change sampling rate at run-time) 2015-04-16 19:30:57 +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 implemented reset detection 2015-04-23 17:26:33 +02:00
OneWireIO.ino implemented reset detection 2015-04-23 17:26:33 +02:00
OneWireIO.sln implemented reset detection 2015-04-23 17:26:33 +02:00
OneWireIO.vcxproj implemented reset detection 2015-04-23 17:26:33 +02:00
OneWireIO.vcxproj.filters implemented reset detection 2015-04-23 17:26:33 +02:00
SerialChannel.cpp added code to transmit sample frequency along with sample data (more compatibility between arduino and PC, and possibility to change sampling rate at run-time) 2015-04-16 19:30:57 +02:00
SerialChannel.h added code to transmit sample frequency along with sample data (more compatibility between arduino and PC, and possibility to change sampling rate at run-time) 2015-04-16 19:30:57 +02:00