Skip to content
forked from millerlp/DS1631

Arduino library to talk to DS1631 I2C temperature sensor

Notifications You must be signed in to change notification settings

outlookhazy/DS1631

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS1631 library for Arduino

Save the contents of this repository into a folder named DS1631 inside your Arduino/libraries directory. If you don't have a libraries folder inside your Arduino sketchbook folder, go ahead and make one.

This library contains function to talk to and read from a DS1631 temperature sensor over I2C (Two-Wire) serial interface.

The DS1631 from Maxim Integrated is a digital thermometer with up to 12-bit resolution (0.0625 degrees C) that can sample continuously or in one-shot mode, with a low-power idle state enabled between readings in one-shot mode. It can read from -55 to +125 degrees Celsius.

This library was written under Arduino 1.0.2 and tested on a Duemilanove (ATmega 328P) clone.

Originally found at http://github.com/millerlp/DS1631

About

Arduino library to talk to DS1631 I2C temperature sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.2%
  • Other 16.8%