DS1820

Dependencies:   LinkedList

Fork of DS1820 by Erik -

Revision:
14:f03fd57106ea
Parent:
12:196e9e54b033
--- a/DS1820.cpp	Mon Mar 09 20:41:08 2015 +0000
+++ b/DS1820.cpp	Wed Jan 11 15:52:51 2017 +0000
@@ -13,7 +13,7 @@
         RAM[byte_counter] = 0x00;
     
     if (!unassignedProbe(&_datapin, _ROM))
-        error("No unassigned DS1820 found!\n");
+        printf("No unassigned DS1820 found!\n");
     else {
         _datapin.input();
         probes.append(this);