Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
99:871eb0058a16
Parent:
98:c4ac93efc036
--- a/Slaves/RomCommands.h	Thu Jun 30 09:17:30 2016 -0500
+++ b/Slaves/RomCommands.h	Thu Jun 30 09:47:26 2016 -0500
@@ -1,5 +1,4 @@
 /// @file RomCommands.h
-/// @brief Procedural 1-Wire ROM Commands for enumerating and selecting devices.
 
 #ifndef OneWire_RomCommands
 #define OneWire_RomCommands
@@ -10,6 +9,7 @@
 
 namespace OneWire
 {
+    /// Procedural 1-Wire ROM Commands for enumerating and selecting devices.
     namespace RomCommands
     {
         /// State used by all ROM ID search functions.