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:
96:9b7b63c0105e
--- 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)