Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
78:0cbbac7f2016
Parent:
76:84e6c4994e29
Child:
84:708b7be59fb2
diff -r 529edb329ee0 -r 0cbbac7f2016 Masters/DS248x/DS248x.h
--- a/Masters/DS248x/DS248x.h	Mon May 16 10:36:30 2016 -0500
+++ b/Masters/DS248x/DS248x.h	Mon May 16 15:18:09 2016 -0500
@@ -55,7 +55,7 @@
         };
 
         /// 1-Wire port adjustment parameters.
-        /// @note DS2484 only
+        /// @note DS2484 only. See datasheet page 13.
         enum OwAdjustParam
         {
             tRSTL = 0,
@@ -64,8 +64,8 @@
             tMSP_OD,
             tW0L,
             tW0L_OD,
-            tREC0, // OD NA
-            RWPU = 8 // OD NA, see DS2484 datasheet page 13
+            tREC0, // OD N/A
+            RWPU = 8 // OD N/A
         };
 
         /// Represents a DS248x configuration.