DS1620 digital thermometer library for Arduino

Working on a DS1620 temperature sensor library
for the Arduino

This project is a library for the Arduino platform. It provides a simple interface to the Maxim DS1620 digital thermometer.

Downloading

The code is hosted by GitHub at msparks/arduino-ds1620.

It can be cloned with:

git clone git://github.com/msparks/arduino-ds1620.git DS1620

The code is also available in tarball and zipball forms.

Installing

Placing the DS1620 directory in a new libraries directory within the directory containing sketches seems to work for me. Newer Arduino IDE versions pick up libraries from here. Specifically, the DS1620 directory is located at:

~/Documents/Arduino/libraries/DS1620

on my Mac.

A simple example that prints out temperatures is included with the code.