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.h	Wed Apr 20 21:47:42 2016 +0000
+++ b/OneWire_Masters/DS2480B/ds2480b.h	Thu Apr 21 20:37:45 2016 +0000
@@ -121,7 +121,6 @@
     private:
     
     void rx_callback(void);
-    void tx_callback(void);
     
     OneWireMaster::CmdResult DS2480B_Detect(void);
     OneWireMaster::CmdResult WriteCOM(uint32_t outlen, uint8_t *outbuf);