DS1820 library for multiple devices

Dependencies:   LinkedList

Dependents:   DS1820_HelloWorld FindingTemp ThermalWake ThermalWake2019Code

Fork of DS1820 by Erik -

Revision:
11:1a3c3002b50c
Parent:
7:58b61681818f
Child:
15:00ec4f27d7f5
--- a/DS1820.h	Fri Jan 30 11:07:10 2015 +0000
+++ b/DS1820.h	Mon Feb 16 16:53:11 2015 +0000
@@ -112,7 +112,7 @@
     bool _power_mosfet;
     bool _power_polarity;
     
-    static char CRC_byte (char CRC, char byte );
+    static char CRC_byte(char _CRC, char byte );
     static bool onewire_reset(DigitalInOut *pin);
     void match_ROM();
     void skip_ROM();