Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
22:686273e55cdc
Parent:
21:00c94aeb533e
Child:
27:d5aaefa252f1
--- a/OneWire_Bridge/DS28E17/ds28e17.h	Mon Mar 21 14:12:28 2016 -0500
+++ b/OneWire_Bridge/DS28E17/ds28e17.h	Mon Mar 21 21:41:36 2016 +0000
@@ -86,7 +86,7 @@
     * On Exit:
     *    @return 
     **************************************************************/
-    Ds28e17(OneWireInterface &owm);
+    Ds28e17(OneWireMaster &owm);
     
     /**********************************************************//**
     * @brief 
@@ -448,7 +448,7 @@
     CmdResult send_packet(const uint8_t * data, uint8_t data_length, 
                           uint8_t & status);
     
-    OneWireInterface &_owm;
+    OneWireMaster &_owm;
     RomId _romId;
     
     uint16_t _crc16;