DS18B20 library

Dependencies:   LinkedList

Fork of DS1820 by Erik -

Revision:
14:206d620315cf
Parent:
11:1a3c3002b50c
--- a/DS1820.h	Mon Mar 09 20:41:08 2015 +0000
+++ b/DS1820.h	Tue Nov 22 16:19:22 2016 +0000
@@ -111,6 +111,7 @@
     bool _parasite_power;
     bool _power_mosfet;
     bool _power_polarity;
+    bool _hasProbes;
     
     static char CRC_byte(char _CRC, char byte );
     static bool onewire_reset(DigitalInOut *pin);