Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
77:529edb329ee0
Parent:
76:84e6c4994e29
Child:
82:c11090a32471
--- a/Authenticators/DS28E15_22_25/DS28E15_22_25.h	Sat May 14 14:27:56 2016 -0500
+++ b/Authenticators/DS28E15_22_25/DS28E15_22_25.h	Mon May 16 10:36:30 2016 -0500
@@ -300,7 +300,7 @@
 
         /// @param owMaster 1-Wire Master to use for communication with DS28E15/22/25.
         /// @param lowVoltage Enable low voltage timing.
-        DS28E15_22_25(OneWireMaster & owMaster, bool lowVoltage = false);
+        DS28E15_22_25(RandomAccessRomIterator & selector, bool lowVoltage = false);
 
         // Const member functions should not affect the state of the memory, block protection, or secret on the DS28Exx.
         // Scratchpad on the DS28Exx is considered mutable.