Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
86:2ce08ca58b9e
Parent:
79:7f22823a5a2d
Child:
90:c233d1c265ff
--- a/Masters/OneWireMaster.h	Tue Jun 07 23:06:56 2016 +0000
+++ b/Masters/OneWireMaster.h	Wed Jun 15 15:00:06 2016 -0500
@@ -35,7 +35,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include "RomId.h"
+#include "Slaves/RomId.h"
 
 namespace OneWire
 {