This project is a library for the Arduino platform. It provides a simple interface to the Maxim DS1620 digital thermometer.
Clone this repository into the libraries directory within your normal Arduino sketch directory. If the libraries directory does not exist, create it.
% cd libraries
% git clone git://github.com/msparks/arduino-ds1620.git DS1620
The example illustrates how to use the library.