Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
104:3f48daed532b
Parent:
101:e7f76cb49584
Child:
105:e6ba25711c05
diff -r 6dcbb5166da1 -r 3f48daed532b Slaves/Bridges/DS28E17/DS28E17.h
--- a/Slaves/Bridges/DS28E17/DS28E17.h	Thu Jul 07 13:56:44 2016 -0500
+++ b/Slaves/Bridges/DS28E17/DS28E17.h	Tue Aug 02 18:21:09 2016 +0000
@@ -35,7 +35,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include "OneWireSlave.h"
+#include "Slaves/OneWireSlave.h"
 
 namespace OneWire
 {