Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
88:cac71903b1cd
Parent:
86:2ce08ca58b9e
Child:
89:3a0e12c9b898
--- a/Slaves/RomIterator.h	Wed Jun 15 15:07:21 2016 -0500
+++ b/Slaves/RomIterator.h	Wed Jun 15 15:11:48 2016 -0500
@@ -125,10 +125,7 @@
     
     /// Iterator for a multidrop 1-Wire bus.
     class MultidropRomIterator : public RandomAccessRomIterator
-    {
-    protected:
-        RomId lastRom;
-        
+    {        
     public:
         /// @param master 1-Wire master to use to issue ROM commands.
         MultidropRomIterator(OneWireMaster & master) : RandomAccessRomIterator(master) { }