Dallas' DS1820 family temperature sensor. For more details see [https://developer.mbed.org/users/hudakz/code/DS1820/wiki/Homepage]

Dependencies:   OneWire

Fork of DS1820 by Zoltan Hudak

Revision:
1:e4689408d617
Parent:
0:433af64321d5
Child:
2:b7ad1da7331a
--- a/DS1820.cpp	Sun Mar 15 14:16:16 2015 +0000
+++ b/DS1820.cpp	Mon Mar 16 08:35:03 2015 +0000
@@ -1,6 +1,6 @@
 #include "DS1820.h"
 
-#define DEBUG 1
+#define DEBUG 0
 
 #if DEBUG
 extern Serial serial;