to github
[svn42.git] / rf433ctl / OneWire / examples / readme.txt
1
2 OneWire library for Arduino
3 ---------------------------
4
5 Version 2.0 fixes search bugs (thanks to Robin James) and interrupt issues.
6 http://www.pjrc.com/teensy/td_libs_OneWire.html
7
8
9 This is a slightly modified version of the OneWire library originally written by Jim Studt for arduino-0007 and later updated for arduino-0008 by Josh Larios.  This new version eliminates the large lookup table that was previously used by the checksum calculation - otherwise it's identical to Josh's version.  It was developed under arduino-0010.
10
11 For a general description and links, see
12
13     http://www.arduino.cc/playground/Learning/OneWire
14
15 Jim Studt's original verion of this library is still available at
16
17     http://www.federated.com/~jim/onewire/
18
19 Josh Larios' version is available at 
20
21     http://www.elsewhere.org/onewire/
22
23 To install this library, you should just have to unzip the archive in the arduino-0010/hardware/libraries directory.  It will create a subdirectory
24 called 'OneWire'.
25
26 Tom Pollard
27 pollard@alum.mit.edu
28 May 20, 2008