Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
14:7b2886a50321
Parent:
5:ce108eeb878d
Child:
15:f6cb0d906fb6
diff -r d1bdb03703de -r 7b2886a50321 OneWire_Masters/DS2480B/ds2480b.h
--- a/OneWire_Masters/DS2480B/ds2480b.h	Tue Mar 08 18:00:40 2016 -0800
+++ b/OneWire_Masters/DS2480B/ds2480b.h	Tue Mar 15 01:38:17 2016 +0000
@@ -101,6 +101,8 @@
     
     
     /***** OW API ****************************************************/
+    virtual bool OWInitMaster();
+    
     virtual bool OWReset();
     
     virtual void OWWriteBit(uint8_t sendbit);