Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
84:708b7be59fb2
Parent:
76:84e6c4994e29
Child:
96:9b7b63c0105e
diff -r 49d96fd739cd -r 708b7be59fb2 Masters/DS2480B/DS2480B.cpp
--- a/Masters/DS2480B/DS2480B.cpp	Mon Jun 06 21:57:29 2016 +0000
+++ b/Masters/DS2480B/DS2480B.cpp	Tue Jun 07 23:06:56 2016 +0000
@@ -194,13 +194,6 @@
 
 
 //*********************************************************************
-DS2480B::DS2480B(PinName tx, PinName rx)
-    :_p_serial(new mbed::Serial(tx, rx)), _serial_owner(true)
-{
-}
-
-
-//*********************************************************************
 DS2480B::~DS2480B()
 {
     if (_serial_owner)