Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
84:708b7be59fb2
Parent:
76:84e6c4994e29
Child:
92:aa40c49b8563
--- a/Masters/DS2480B/DS2480B.h	Mon Jun 06 21:57:29 2016 +0000
+++ b/Masters/DS2480B/DS2480B.h	Tue Jun 07 23:06:56 2016 +0000
@@ -66,23 +66,6 @@
 
 
         /**********************************************************//**
-        * @brief DS2480B constructor
-        *
-        * @details Object instantiates a new serial object with no
-        *          public access
-        *
-        * On Entry:
-        *     @param[in] tx - tx pin of uart to be used
-        *     @param[in] rx - rx pin of uart to be used
-        *     @param[in] baud - baudrate for uart
-        *
-        * On Exit:
-        *    @return
-        **************************************************************/
-        DS2480B(PinName tx, PinName rx);
-
-
-        /**********************************************************//**
         * @brief DS2480B destructor
         *
         * @details deletes serial object if owner