Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
13:d1bdb03703de
Parent:
8:7c7a0ea0c568
Child:
17:b646b1e3970b
--- a/OneWire_Bridge/DS28E17/ds28e17.h	Mon Mar 07 21:18:19 2016 +0000
+++ b/OneWire_Bridge/DS28E17/ds28e17.h	Tue Mar 08 18:00:40 2016 -0800
@@ -89,19 +89,6 @@
     
     
     /**********************************************************//**
-    * @brief Ds28e17 destructor
-    * 
-    * @details releases resources used by object
-    *
-    * On Entry:
-    *
-    * On Exit:
-    *    @return 
-    **************************************************************/
-    ~Ds28e17();
-    
-    
-    /**********************************************************//**
     * @brief Write to selected DS28E17's I2C with Stop.  
     * Poll until I2C write complete and receive status info.
     * 
@@ -427,9 +414,8 @@
     
     private:
     
-    OneWireInterface *_p_owm;
+    OneWireInterface &_p_owm;
     
-    bool _owm_owner;
     uint16_t _crc16;
     uint8_t _i2c_speed;