Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
21:00c94aeb533e
Parent:
17:b646b1e3970b
Child:
24:8942d8478d68
diff -r ba60c076e92b -r 00c94aeb533e OneWire_Masters/OneWireMasters.h
--- a/OneWire_Masters/OneWireMasters.h	Mon Mar 21 01:28:34 2016 +0000
+++ b/OneWire_Masters/OneWireMasters.h	Mon Mar 21 14:12:28 2016 -0500
@@ -34,12 +34,12 @@
 #ifndef ONEWIREMASTERS_H
 #define ONEWIREMASTERS_H
 
-#include "ds248x.h"
-#include "ds2480b.h"
+#include "DS248x/ds248x.h"
+#include "DS2480B/ds2480b.h"
 
 //Bit-Bang Master only supported on MAX32600MBED Board
 #if(TARGET_MAX32600)
-    #include "owgpio.h"
+    #include "GPIO/owgpio.h"
 #endif
 
 #endif /*ONEWIREMASTERS_H*/