Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
67:76776130aec9
Parent:
65:a28ac52ca127
Child:
71:562f5c702094
--- a/OneWire_Masters/DS2480B/ds2480b.cpp	Wed Apr 20 21:47:42 2016 +0000
+++ b/OneWire_Masters/DS2480B/ds2480b.cpp	Thu Apr 21 20:37:45 2016 +0000
@@ -224,16 +224,9 @@
 
 
 //*********************************************************************
-void Ds2480b::tx_callback(void)
-{
-}
-
-
-//*********************************************************************
 OneWireMaster::CmdResult Ds2480b::OWInitMaster(void)
 {
     _p_serial->attach(this, &Ds2480b::rx_callback, Serial::RxIrq);
-    _p_serial->attach(this, &Ds2480b::tx_callback, Serial::TxIrq);
     
     rx_buffer.w_idx = 0;
     rx_buffer.r_idx = 0;