Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
140:6f32bf635c9d
Parent:
138:5bd0a7a82bb4
--- a/Masters/Masters.h	Tue Dec 13 13:31:30 2016 -0800
+++ b/Masters/Masters.h	Fri Feb 17 19:09:11 2017 +0000
@@ -45,4 +45,8 @@
     #include "Masters/TARGET_Maxim/TARGET_MAX32600/OwGpio/OwGpio.h"
 #endif
 
+#if defined(TARGET_MAX32620) || defined(TARGET_MAX32625) || defined(TARGET_MAX32630)
+    #include "Masters/TARGET_Maxim/MCU_OWM.h"
+#endif
+
 #endif /*ONEWIRE_MASTERS_H*/