1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Superseded by MaximInterface.

Revision:
78:0cbbac7f2016
Parent:
76:84e6c4994e29
Child:
84:708b7be59fb2
--- 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.