Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
27:d5aaefa252f1
Parent:
25:bdb1c5a53b58
Child:
33:a4c015046956
diff -r a361e3f42ba5 -r d5aaefa252f1 OneWire_Memory/Authenticators/DS28E15_22_25/DS28E15_22_25.hpp
--- a/OneWire_Memory/Authenticators/DS28E15_22_25/DS28E15_22_25.hpp	Wed Mar 23 15:25:40 2016 -0500
+++ b/OneWire_Memory/Authenticators/DS28E15_22_25/DS28E15_22_25.hpp	Fri Mar 25 11:11:59 2016 -0500
@@ -26,10 +26,11 @@
 #ifndef DS28E15_22_25_H
 #define DS28E15_22_25_H
 
-#include "OneWire_Masters/OneWireMaster.h"
 #include "OneWire_Masters/ISha256MacCoprocessor.hpp"
 #include "OneWireSlave.hpp"
 
+class OneWireMaster;
+
 class DS28E15_22_25 : public OneWireSlave
 {
 public: