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

Files at this revision

API Documentation at this revision

Comitter:
nullsub
Date:
Tue Nov 02 22:35:35 2010 +0000
Parent:
0:0687b136fcab
Commit message:
still not testet and full of bugs

Changed in this revision

ds1621.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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