Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
14:7b2886a50321
Parent:
6:1faafa0b3cd7
Child:
15:f6cb0d906fb6
--- a/OneWire_Masters/DS248x/ds248x.cpp	Tue Mar 08 18:00:40 2016 -0800
+++ b/OneWire_Masters/DS248x/ds248x.cpp	Tue Mar 15 01:38:17 2016 +0000
@@ -73,6 +73,13 @@
 
 
 //*********************************************************************
+bool Ds248x::OWInitMaster()
+{
+    return(detect());
+}
+
+
+//*********************************************************************
 bool Ds248x::detect(void)
 {
     bool rtn_val = false;