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/DS2465/DS2465.cpp	Fri May 13 14:52:50 2016 -0500
+++ b/Masters/DS2465/DS2465.cpp	Sat May 14 14:27:56 2016 -0500
@@ -67,9 +67,7 @@
 #define STATUS_TSB  0x40
 #define STATUS_DIR  0x80
 
-using OneWire::Masters::OneWireMaster;
-using OneWire::Masters::DS2465;
-using OneWire::Authenticators::ISha256MacCoproc;
+using namespace OneWire;
 
 static const int I2C_WRITE_OK = 0;