Interface for Dallas DS18B20 digital thermometer device.

Dependents:   mDot_TTN_DHT11_Boston16_CAM

Fork of DS18B20_1wire by Richard Lane

Revision:
1:00972ed59ba3
Parent:
0:769f9b2b30d5
Child:
2:7a9581fe3e8b
--- 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 {