Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
10:0df2cc66fc47
Parent:
4:ca27db159b10
Child:
17:b646b1e3970b
diff -r 641516a3f0dc -r 0df2cc66fc47 OneWire_Masters/OneWireMasters.h
--- a/OneWire_Masters/OneWireMasters.h	Mon Feb 29 02:35:12 2016 +0000
+++ b/OneWire_Masters/OneWireMasters.h	Sat Mar 05 01:51:00 2016 +0000
@@ -48,6 +48,10 @@
 
 #include "ds248x.h"
 #include "ds2480b.h"
-#include "owgpio.h"
+
+//Bit-Bang Master only supported on MAX32600MBED Board
+#if(TARGET_MAX32600)
+    #include "owgpio.h"
+#endif
 
 #endif /*ONEWIREMASTERS_H*/