Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
104:3f48daed532b
Parent:
92:aa40c49b8563
Child:
137:a1f0069f1832
--- a/Masters/Masters.h	Thu Jul 07 13:56:44 2016 -0500
+++ b/Masters/Masters.h	Tue Aug 02 18:21:09 2016 +0000
@@ -35,15 +35,15 @@
 #define ONEWIRE_MASTERS_H
 
 
-#include "OneWire/Masters/DS248x/DS2484/DS2484.h"
-#include "OneWire/Masters/DS248x/DS2482EightChannel/DS2482EightChannel.h"
-#include "OneWire/Masters/DS248x/DS2482SingleChannel/DS2482SingleChannel.h"
-#include "OneWire/Masters/DS2480B/DS2480B.h"
-#include "OneWire/Masters/DS2465/DS2465.h"
+#include "Masters/DS248x/DS2484/DS2484.h"
+#include "Masters/DS248x/DS2482EightChannel/DS2482EightChannel.h"
+#include "Masters/DS248x/DS2482SingleChannel/DS2482SingleChannel.h"
+#include "Masters/DS2480B/DS2480B.h"
+#include "Masters/DS2465/DS2465.h"
 
 //Bit-Bang Master only supported on MAX32600MBED Board
 #if(TARGET_MAX32600)
-#include "OneWire/Masters/OwGpio/OwGpio.h"
+#include "Masters/OwGpio/OwGpio.h"
 #endif
 
 #endif /*ONEWIRE_MASTERS_H*/