Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
84:708b7be59fb2
Parent:
78:0cbbac7f2016
Child:
91:e80108bc870a
--- a/Masters/DS248x/DS248x.h	Mon Jun 06 21:57:29 2016 +0000
+++ b/Masters/DS248x/DS248x.h	Tue Jun 07 23:06:56 2016 +0000
@@ -114,12 +114,6 @@
         /// @param adrs I2C bus address of the DS248x in mbed format.
         DS248x(mbed::I2C & i2c_bus, uint8_t adrs);
 
-        /// Construct with a new I2C interface.
-        /// @param sda SDA pin of the I2C bus.
-        /// @param scl SCL pin of the I2C bus.
-        /// @param adrs I2C bus address of the DS248x in mbed format.
-        DS248x(PinName sda, PinName scl, uint8_t adrs);
-
         /// Destroys I2C interface if owner.
         virtual ~DS248x();