Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
138:5bd0a7a82bb4
Parent:
137:a1f0069f1832
Child:
140:6f32bf635c9d
diff -r a1f0069f1832 -r 5bd0a7a82bb4 Masters/Masters.h
--- a/Masters/Masters.h	Mon Sep 26 15:46:52 2016 -0500
+++ b/Masters/Masters.h	Fri Dec 02 19:21:55 2016 +0000
@@ -41,5 +41,8 @@
 #include "Masters/DS2480B/DS2480B.h"
 #include "Masters/DS2465/DS2465.h"
 
+#if defined(TARGET_MAX32600)
+    #include "Masters/TARGET_Maxim/TARGET_MAX32600/OwGpio/OwGpio.h"
+#endif
 
 #endif /*ONEWIRE_MASTERS_H*/