Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
115:a1ca2f3bf46d
Parent:
110:a3b5e2a4fdf2
--- a/Slaves/Memory/Memory.h	Tue Aug 09 12:35:22 2016 -0500
+++ b/Slaves/Memory/Memory.h	Mon Aug 22 05:38:20 2016 +0000
@@ -31,11 +31,11 @@
 **********************************************************************/
 
 
-#ifndef ONEWIRE_SWITCHES_H
-#define ONEWIRE_SWITCHES_H
+#ifndef OneWire_Slaves_Memory
+#define OneWire_Slaves_Memory
 
 
 #include "Slaves/Memory/DS2431/DS2431.h"
 
 
-#endif /*ONEWIRE_SWITCHES_H*/
\ No newline at end of file
+#endif /*OneWire_Slaves_Memory*/
\ No newline at end of file