Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
103:6dcbb5166da1
Parent:
86:2ce08ca58b9e
Child:
113:13e2865603df
diff -r d3a7e4990b59 -r 6dcbb5166da1 Slaves/OneWireSlave.h
--- a/Slaves/OneWireSlave.h	Sun Jul 03 20:39:30 2016 +0000
+++ b/Slaves/OneWireSlave.h	Thu Jul 07 13:56:44 2016 -0500
@@ -34,8 +34,8 @@
 #define OneWire_OneWireSlave
 
 #include <stddef.h>
-#include "RomId.h"
-#include "RomIterator.h"
+#include "RomId/RomId.h"
+#include "RomId/RomIterator.h"
 
 namespace OneWire
 {