A small library to read the tempature from ds1621(with little changes all those ds162x) devices over I2C.

Revision:
1:eda09b9ea6e2
Parent:
0:0687b136fcab
--- a/ds1621.cpp	Tue Nov 02 22:31:32 2010 +0000
+++ b/ds1621.cpp	Tue Nov 02 22:35:35 2010 +0000
@@ -1,7 +1,3 @@
-#ifndef TEMPATURE_C
-#define TEMPATURE_C
-
-
 #include "ds1621.h"
 
 static I2C* i2c;
@@ -42,7 +38,3 @@
     }
     *s = 0x00; //mark endo of string*/
 }
-
-
-
-#endif