Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
98:c4ac93efc036
Parent:
93:e496a45ce796
Child:
99:871eb0058a16
diff -r 942c2d6f6d62 -r c4ac93efc036 Slaves/RomCommands.h
--- a/Slaves/RomCommands.h	Wed Jun 29 19:30:08 2016 +0000
+++ b/Slaves/RomCommands.h	Thu Jun 30 09:17:30 2016 -0500
@@ -1,3 +1,6 @@
+/// @file RomCommands.h
+/// @brief Procedural 1-Wire ROM Commands for enumerating and selecting devices.
+
 #ifndef OneWire_RomCommands
 #define OneWire_RomCommands
 
@@ -5,7 +8,6 @@
 #include "RomId.h"
 #include "Masters/OneWireMaster.h"
 
-
 namespace OneWire
 {
     namespace RomCommands