CUER version of the DS1820 library

Dependents:   BMS_BMUCore_Max

Fork of DS1820 by HM Yoong

Revision:
2:4c7277e9f267
Parent:
1:91aa74f0cb0e
--- a/DS1820.cpp	Sun Jul 02 15:10:13 2017 +0000
+++ b/DS1820.cpp	Fri Aug 18 08:48:40 2017 +0000
@@ -268,9 +268,10 @@
     onewire_byte_out( 0x44);  // perform temperature conversion
     if (_parasite_power)
         _parasitepin = 0;       // Parasite power strong pullup
-    wait_ms(delay_time);
+    /*wait_ms(delay_time);
     if (_parasite_power)
         _parasitepin = 1;
+    */ //TODO: UNCOMMENT THIS TO RESTORE NORMAL LIBRARY FUNCTIONALITY. This has been commented out so that the delay happens in the loop for all temperature buses at once, rather than one at a time 
 }
  
 void DS1820::read_RAM() {