Dallas' DS1820 family temperature sensor using mbed debug logs.

Dependencies:   OneWire

Fork of DS1820 by Zoltan Hudak

Revision:
15:8b82d53770df
Parent:
14:cb585e978f8d
Child:
16:0764e4de41d2
--- a/DS1820.h	Sat Apr 28 19:18:57 2018 +0300
+++ b/DS1820.h	Sat Apr 28 19:26:09 2018 +0300
@@ -4,7 +4,7 @@
 #include <OneWire.h>
 #include "mbed_debug.h"
 
-#define DEBUG 1
+#define DEBUG 0
 
 class DS1820 {
     OneWire oneWire;