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 e8677549ea Merge branch 'master' of ssh://thor:22/OneWireIO 10 years ago
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) 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
OneWireIO.ino oscilloscope burst mode test 10 years ago
Oscilloscope.ino start of actual OneWireIO project 10 years ago
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) 10 years ago
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) 10 years ago