Dallas / Maxim DS1820 1-Wire library. For communication with multiple DS1820 on a single 1-Wire bus. Also supports DS18S20 and DS18B20.

Fork of DS1820 by Michael Hagberg

Revision:
4:f8128bb8bef1
Parent:
2:ee820a991b95
--- a/DS1820.h	Thu Nov 17 21:02:04 2016 +0000
+++ b/DS1820.h	Thu Nov 17 21:03:47 2016 +0000
@@ -245,7 +245,7 @@
 
 private:
     bool _parasite_power;
-    char CRC_byte (char CRC, char byte );
+    char crc_byte (char crc, char byte );
     bool onewire_reset();
     void match_ROM();
     void skip_ROM();