X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433ctl%2FOneWire%2Fexamples%2Freadme.txt;fp=rf433ctl%2FOneWire%2Fexamples%2Freadme.txt;h=0000000000000000000000000000000000000000;hp=02252dee8eef49d726ca8c48c30b0453a7b0d0de;hb=ff9137d257207a3a4b03c4f453cc1b7ce1e3cf17;hpb=a34e51d757fe52cb19de2937ae1b211894167524 diff --git a/rf433ctl/OneWire/examples/readme.txt b/rf433ctl/OneWire/examples/readme.txt deleted file mode 100644 index 02252de..0000000 --- a/rf433ctl/OneWire/examples/readme.txt +++ /dev/null @@ -1,28 +0,0 @@ - -OneWire library for Arduino ---------------------------- - -Version 2.0 fixes search bugs (thanks to Robin James) and interrupt issues. -http://www.pjrc.com/teensy/td_libs_OneWire.html - - -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. - -For a general description and links, see - - http://www.arduino.cc/playground/Learning/OneWire - -Jim Studt's original verion of this library is still available at - - http://www.federated.com/~jim/onewire/ - -Josh Larios' version is available at - - http://www.elsewhere.org/onewire/ - -To install this library, you should just have to unzip the archive in the arduino-0010/hardware/libraries directory. It will create a subdirectory -called 'OneWire'. - -Tom Pollard -pollard@alum.mit.edu -May 20, 2008