Version of Richard Lane's library, with #define CABLE_EXT_DELAYS to extend reset() settling delays for extension cable

Fork of DS18B20_1wire by Richard Lane

Revision:
1:00972ed59ba3
Parent:
0:769f9b2b30d5
Child:
2:b07b40825282
--- a/DS18B20.h	Fri Jul 05 22:14:08 2013 +0000
+++ b/DS18B20.h	Fri Jul 05 22:35:43 2013 +0000
@@ -51,7 +51,8 @@
     enum RESOLUTION { RES_9_BIT=0x1f,    /**< 93.75ms */
                       RES_10_BIT=0x3f,   /**< 187.5ms */
                       RES_11_BIT=0x5f,   /**< 375ms */
-                      RES_12_BIT=0x7f }; /**< 750ms */
+                      RES_12_BIT=0x7f    /**< 750ms */
+    };
     
     /** Holds 8-byte internal ROM */
     typedef union {