Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
113:13e2865603df
Parent:
104:3f48daed532b
--- a/Slaves/Authenticators/Authenticators.h	Mon Aug 08 23:25:51 2016 +0000
+++ b/Slaves/Authenticators/Authenticators.h	Tue Aug 09 12:35:22 2016 -0500
@@ -34,6 +34,8 @@
 #ifndef ONEWIRE_AUTHENTICATORS_H
 #define ONEWIRE_AUTHENTICATORS_H
 
-#include "Slaves/Authenticators/DS28E15_22_25/DS28E15_22_25.h"
+#include "Slaves/Authenticators/DS28E15_22_25/DS28E15.h"
+#include "Slaves/Authenticators/DS28E15_22_25/DS28E22.h"
+#include "Slaves/Authenticators/DS28E15_22_25/DS28E25.h"
 
 #endif /*ONEWIRE_AUTHENTICATORS_H*/