Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
104:3f48daed532b
Parent:
91:e80108bc870a
Child:
120:200109b73e3c
--- a/Masters/DS248x/DS248x.cpp	Thu Jul 07 13:56:44 2016 -0500
+++ b/Masters/DS248x/DS248x.cpp	Tue Aug 02 18:21:09 2016 +0000
@@ -30,7 +30,7 @@
 * ownership rights.
 **********************************************************************/
 
-#include "DS248x.h"
+#include "Masters/DS248x/DS248x.h"
 #include "I2C.h"
 
 using OneWire::OneWireMaster;