Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
22:686273e55cdc
Parent:
21:00c94aeb533e
Child:
54:08985bf69691
--- a/OneWire_Switches/DS2413/ds2413.h	Mon Mar 21 14:12:28 2016 -0500
+++ b/OneWire_Switches/DS2413/ds2413.h	Mon Mar 21 21:41:36 2016 +0000
@@ -77,7 +77,7 @@
   *
   * @return 
   **************************************************************/
-  Ds2413(OneWireInterface &owm);
+  Ds2413(OneWireMaster &owm);
   
   
   /**********************************************************//**
@@ -150,7 +150,7 @@
   
   CmdResult pio_access_write(RomId &romId, uint8_t val);
   
-  OneWireInterface &_owm;
+  OneWireMaster &_owm;
   
 };