Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
84:708b7be59fb2
Parent:
79:7f22823a5a2d
Child:
91:e80108bc870a
diff -r 49d96fd739cd -r 708b7be59fb2 Masters/DS248x/DS248x.cpp
--- a/Masters/DS248x/DS248x.cpp	Mon Jun 06 21:57:29 2016 +0000
+++ b/Masters/DS248x/DS248x.cpp	Tue Jun 07 23:06:56 2016 +0000
@@ -94,11 +94,6 @@
 
 }
 
-DS248x::DS248x(PinName sda, PinName scl, uint8_t adrs)
-    : m_p_i2c_bus(new mbed::I2C(sda, scl)), m_adrs(adrs), m_i2c_owner(true)
-{
-
-}
 
 DS248x::~DS248x()
 {