Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
27:d5aaefa252f1
Parent:
26:a361e3f42ba5
Child:
32:bce180b544ed
--- a/OneWire_Masters/OneWireMaster.cpp	Wed Mar 23 15:25:40 2016 -0500
+++ b/OneWire_Masters/OneWireMaster.cpp	Fri Mar 25 11:11:59 2016 -0500
@@ -32,6 +32,10 @@
 
 
 #include "OneWireMaster.h"
+#include "RomId.hpp"
+
+
+using namespace std;
 
 
 const uint16_t OneWireMaster::_oddparity[] = { 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0 };