readme.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. OneWire library for Arduino with MAX31850 support
  2. -------------------------------------------------
  3. =================================================================
  4. This version is based on V2.0 from pjrc but with MAX31850 support
  5. =================================================================
  6. Version 2.0 fixes search bugs (thanks to Robin James) and interrupt issues.
  7. http://www.pjrc.com/teensy/td_libs_OneWire.html
  8. 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.
  9. For a general description and links, see
  10. http://www.arduino.cc/playground/Learning/OneWire
  11. Jim Studt's original verion of this library is still available at
  12. http://www.federated.com/~jim/onewire/
  13. Josh Larios' version is available at
  14. http://www.elsewhere.org/onewire/
  15. To install this library, you should just have to unzip the archive in the arduino-0010/hardware/libraries directory. It will create a subdirectory
  16. called 'OneWire'.
  17. Tom Pollard
  18. pollard@alum.mit.edu
  19. May 20, 2008