Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
137:a1f0069f1832
Parent:
104:3f48daed532b
Child:
138:5bd0a7a82bb4
--- a/Masters/Masters.h	Mon Sep 26 15:42:00 2016 -0500
+++ b/Masters/Masters.h	Mon Sep 26 15:46:52 2016 -0500
@@ -41,9 +41,5 @@
 #include "Masters/DS2480B/DS2480B.h"
 #include "Masters/DS2465/DS2465.h"
 
-//Bit-Bang Master only supported on MAX32600MBED Board
-#if(TARGET_MAX32600)
-#include "Masters/OwGpio/OwGpio.h"
-#endif
 
 #endif /*ONEWIRE_MASTERS_H*/