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
Youen Toupin e8677549ea Merge branch 'master' of ssh://thor:22/OneWireIO
Conflicts:
	OneWireIO.ino
2015-04-23 15:07:36 +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
OneWireIO.ino oscilloscope burst mode test 2015-04-23 15:06:13 +02:00
Oscilloscope.ino start of actual OneWireIO project 2015-04-23 10:39:45 +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