Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
93:e496a45ce796
Parent:
90:c233d1c265ff
Child:
98:c4ac93efc036
diff -r aa40c49b8563 -r e496a45ce796 Slaves/RomCommands.h
--- a/Slaves/RomCommands.h	Mon Jun 20 20:02:28 2016 +0000
+++ b/Slaves/RomCommands.h	Fri Jun 24 21:06:46 2016 +0000
@@ -5,6 +5,7 @@
 #include "RomId.h"
 #include "Masters/OneWireMaster.h"
 
+
 namespace OneWire
 {
     namespace RomCommands
@@ -31,7 +32,7 @@
             SearchState() { reset(); }
         };
         
-        /// Find the 'first' devices on the 1-Wire bus.
+        ///Find the 'first' devices on the 1-Wire bus.
         OneWireMaster::CmdResult OWFirst(OneWireMaster & master, SearchState & searchState);
 
         /// Find the 'next' devices on the 1-Wire bus.