Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 738 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 738 Bytes

DS1620 digital thermometer library for Arduino

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

DS1620 connected to an Arduino

Installing

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.