Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
24:8942d8478d68
Parent:
21:00c94aeb533e
diff -r e8e403d61359 -r 8942d8478d68 OneWire_Masters/OneWireMasters.h
--- a/OneWire_Masters/OneWireMasters.h	Mon Mar 21 23:18:45 2016 +0000
+++ b/OneWire_Masters/OneWireMasters.h	Tue Mar 22 14:24:53 2016 -0500
@@ -36,6 +36,7 @@
 
 #include "DS248x/ds248x.h"
 #include "DS2480B/ds2480b.h"
+#include "DS2465/DS2465.hpp"
 
 //Bit-Bang Master only supported on MAX32600MBED Board
 #if(TARGET_MAX32600)