1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Superseded by MaximInterface.

Revision:
84:708b7be59fb2
Parent:
76:84e6c4994e29
Child:
92:aa40c49b8563
diff -r 49d96fd739cd -r 708b7be59fb2 Masters/DS2480B/DS2480B.h
--- 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