Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
76:84e6c4994e29
Parent:
75:8b627804927c
Child:
78:0cbbac7f2016
--- a/Masters/DS248x/DS248x.cpp	Fri May 13 14:52:50 2016 -0500
+++ b/Masters/DS248x/DS248x.cpp	Sat May 14 14:27:56 2016 -0500
@@ -33,8 +33,8 @@
 #include "DS248x.h"
 #include "I2C.h"
 
-using OneWire::Masters::OneWireMaster;
-using OneWire::Masters::DS248x;
+using OneWire::OneWireMaster;
+using OneWire::DS248x;
 
 enum DS248X_STATUS_BITS
 {