Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
87:20e8f12f4f11
Parent:
85:98d209752a52
Parent:
86:2ce08ca58b9e
Child:
88:cac71903b1cd
diff -r 2ce08ca58b9e -r 20e8f12f4f11 Slaves/RomIterator.cpp
--- a/Slaves/RomIterator.cpp	Wed Jun 15 15:00:06 2016 -0500
+++ b/Slaves/RomIterator.cpp	Wed Jun 15 15:07:21 2016 -0500
@@ -75,8 +75,7 @@
 {
     OneWireMaster::CmdResult result;
     
-    
-    if ((romId == lastRom) && (romId.familyCode() != 0x10))
+    if ((romId == lastRom) && (romId.familyCode() != 0x10) && (romId.familyCode() != 0x3A))
     {
         result = master().OWResume();
     }