Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Branch:
develop
Revision:
133:66d3cc4ac909
Parent:
87:20e8f12f4f11
--- a/Slaves/Bridges/Bridges.h	Thu Sep 08 18:38:28 2016 -0500
+++ b/Slaves/Bridges/Bridges.h	Fri Sep 09 13:51:14 2016 -0700
@@ -34,7 +34,7 @@
 #ifndef ONEWIRE_BRIDGES_H
 #define ONEWIRE_BRIDGES_H
 
-#include "DS28E17.h"
+#include "Slaves/Bridges/DS28E17/DS28E17.h"
 
 #endif /*ONEWIRE_BRIDGES_H*/