Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
35:5d23395628f6
Parent:
34:11fffbe98ef9
Child:
47:307dc45952db
diff -r 11fffbe98ef9 -r 5d23395628f6 OneWire_Masters/DS2465/DS2465.hpp
--- a/OneWire_Masters/DS2465/DS2465.hpp	Fri Apr 01 09:29:55 2016 -0500
+++ b/OneWire_Masters/DS2465/DS2465.hpp	Fri Apr 01 14:29:22 2016 -0500
@@ -77,7 +77,6 @@
   OneWireMaster::CmdResult OWWriteBlock(bool tx_mac, const std::uint8_t *tran_buf, std::uint8_t tran_len);
   virtual OneWireMaster::CmdResult OWSetSpeed(OWSpeed new_speed);
   virtual OneWireMaster::CmdResult OWSetLevel(OWLevel new_level);
-  
   virtual OneWireMaster::CmdResult OWTriplet(SearchDirection & search_direction, std::uint8_t & sbr, std::uint8_t & tsb);
   
   //DS2465 Coprocessor Commands