Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
6:1faafa0b3cd7
Parent:
5:ce108eeb878d
Child:
14:7b2886a50321
diff -r ce108eeb878d -r 1faafa0b3cd7 OneWire_Masters/DS248x/ds248x.h
--- a/OneWire_Masters/DS248x/ds248x.h	Tue Feb 09 03:30:22 2016 +0000
+++ b/OneWire_Masters/DS248x/ds248x.h	Tue Feb 09 20:08:51 2016 +0000
@@ -329,7 +329,8 @@
     
     private:
     
-    Ds248x(DS248X_I2C_ADRS adrs);
+    //private fx for initializing _w_adrs and _r_adrs
+    void set_i2c_adrs(DS248X_I2C_ADRS adrs);
     
     I2C *_p_i2c_bus;
     uint8_t _w_adrs, _r_adrs;